1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-08 10:47:24 +08:00
osu-lazer/osu.Game/Overlays/SkinEditor
Bartłomiej Dach 2aa4481f68
Fix toolbox items spontaneously contracting after briefly losing hover
Reproduction scenario:

1. Hover a toolbox item
2. Unhover the item, but do not hover any other item (can be done by
   exiting the toolbox completely to the right)
3. Come back to the item hovered in step (1)
4. The item would spontaneously contract after a second
2023-02-17 22:54:11 +01:00
..
SkinBlueprint.cs Move skin editor to overlays namespace 2023-02-02 14:00:31 +09:00
SkinBlueprintContainer.cs Replace white box legacy placeholder with something that visually fits 2023-02-02 18:33:31 +09:00
SkinComponentToolbox.cs Fix toolbox items spontaneously contracting after briefly losing hover 2023-02-17 22:54:11 +01:00
SkinEditor.cs Handle component changes via ISkinnableTarget.Components rather than inside SkinEditor directly 2023-02-07 16:23:25 +09:00
SkinEditorChangeHandler.cs Remove unnecessary null check on targetScreen 2023-02-08 15:44:24 +09:00
SkinEditorOverlay.cs Add parameter hint for optional bool value 2023-02-03 15:18:40 +09:00
SkinEditorSceneLibrary.cs Move skin editor to overlays namespace 2023-02-02 14:00:31 +09:00
SkinSelectionHandler.cs Correctly handle anchor/origin changes as undo states 2023-02-06 15:05:05 +09:00
SkinSettingsToolbox.cs Handle changes to SettingSource skin element settings 2023-02-06 14:42:59 +09:00