mirror of
https://github.com/ppy/osu
synced 2025-03-11 05:49:12 +00:00
Disable positional interaction for now
This commit is contained in:
parent
72bec527fd
commit
686b2a4394
@ -25,6 +25,9 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
public override bool PropagateNonPositionalInputSubTree => true;
|
public override bool PropagateNonPositionalInputSubTree => true;
|
||||||
|
|
||||||
|
// Disable interaction for now to avoid any funny business with slider bar dragging.
|
||||||
|
public override bool PropagatePositionalInputSubTree => false;
|
||||||
|
|
||||||
private BeatmapOffsetControl offsetControl = null!;
|
private BeatmapOffsetControl offsetControl = null!;
|
||||||
|
|
||||||
private OsuTextFlowContainer text = null!;
|
private OsuTextFlowContainer text = null!;
|
||||||
|
Loading…
Reference in New Issue
Block a user