mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Allow scrolling theme preview when the control picker is active
This commit is contained in:
parent
702ffc6243
commit
c33f407d27
3 changed files with 8 additions and 2 deletions
|
|
@ -55,6 +55,7 @@
|
|||
class ThemeEditorPreview : public VBoxContainer {
|
||||
GDCLASS(ThemeEditorPreview, VBoxContainer);
|
||||
|
||||
ScrollContainer *preview_container;
|
||||
ColorRect *preview_bg;
|
||||
MarginContainer *preview_overlay;
|
||||
Control *picker_overlay;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue