You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Popups are now windows also (broken!)
This commit is contained in:
@@ -57,7 +57,7 @@ void StyleBoxPreview::edit(const Ref<StyleBox> &p_stylebox) {
|
||||
stylebox->disconnect("changed", callable_mp(this, &StyleBoxPreview::_sb_changed));
|
||||
stylebox = p_stylebox;
|
||||
if (p_stylebox.is_valid()) {
|
||||
preview->add_style_override("panel", stylebox);
|
||||
preview->add_theme_style_override("panel", stylebox);
|
||||
stylebox->connect("changed", callable_mp(this, &StyleBoxPreview::_sb_changed));
|
||||
}
|
||||
_sb_changed();
|
||||
|
||||
Reference in New Issue
Block a user