Allow scrolling theme preview when the control picker is active

This commit is contained in:
Yuri Sizov 2021-12-02 17:57:53 +03:00
parent 702ffc6243
commit c33f407d27
3 changed files with 8 additions and 2 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;