You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 17:36:07 +00:00
Allow scrolling theme preview when the control picker is active
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
class ThemeEditorPreview : public VBoxContainer {
|
||||
GDCLASS(ThemeEditorPreview, VBoxContainer);
|
||||
|
||||
ScrollContainer *preview_container;
|
||||
ColorRect *preview_bg;
|
||||
MarginContainer *preview_overlay;
|
||||
Control *picker_overlay;
|
||||
|
||||
Reference in New Issue
Block a user