diff options
author | Mounir Tohami <53877170+WhalesState@users.noreply.github.com> | 2024-02-23 15:51:47 +0200 |
---|---|---|
committer | Mounir Tohami <53877170+WhalesState@users.noreply.github.com> | 2024-02-23 15:51:47 +0200 |
commit | 7884d632812996ef26184412846c533276cb4cc0 (patch) | |
tree | 9ba2ebbef1c54dab86d46cbd4f16faea07f4655a /editor/plugins/font_config_plugin.cpp | |
parent | 87d40ba743ff3a3a484db051c11b16559604efa9 (diff) | |
download | redot-engine-7884d632812996ef26184412846c533276cb4cc0.tar.gz |
Fix PopupMenu doesn't respect it's ScrollContainer's margins
Diffstat (limited to 'editor/plugins/font_config_plugin.cpp')
-rw-r--r-- | editor/plugins/font_config_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/font_config_plugin.cpp b/editor/plugins/font_config_plugin.cpp index b71a11e166..f9b5e280c9 100644 --- a/editor/plugins/font_config_plugin.cpp +++ b/editor/plugins/font_config_plugin.cpp @@ -33,6 +33,7 @@ #include "editor/editor_settings.h" #include "editor/import/dynamic_font_import_settings.h" #include "editor/themes/editor_scale.h" +#include "scene/gui/margin_container.h" /*************************************************************************/ /* EditorPropertyFontMetaObject */ |