1
0
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:
Yuri Sizov
2021-12-02 19:03:31 +03:00
parent 8956c275a1
commit eb98210be4
2 changed files with 6 additions and 1 deletions

View File

@@ -55,6 +55,7 @@
class ThemeEditorPreview : public VBoxContainer {
GDCLASS(ThemeEditorPreview, VBoxContainer);
ScrollContainer *preview_container;
ColorRect *preview_bg;
MarginContainer *preview_overlay;
Control *picker_overlay;