mirror of
https://github.com/ppy/osu
synced 2025-03-11 05:49:12 +00:00
Fix row selected colour flicker when changing offset rapidly
This commit is contained in:
parent
a940676fc2
commit
bc22079fdc
@ -99,6 +99,15 @@ namespace osu.Game.Screens.Edit
|
||||
colourSelected = colours.Colour3;
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
// Reduce flicker of rows when offset is being changed rapidly.
|
||||
// Probably need to reconsider this.
|
||||
FinishTransforms(true);
|
||||
}
|
||||
|
||||
private bool selected;
|
||||
|
||||
public bool Selected
|
||||
|
Loading…
Reference in New Issue
Block a user