mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Remove Popup's unused "panel" style
This commit is contained in:
parent
a7b860250f
commit
7c75355541
5 changed files with 8 additions and 11 deletions
|
|
@ -194,8 +194,6 @@ Rect2i Popup::_popup_adjust_rect() const {
|
|||
|
||||
void Popup::_bind_methods() {
|
||||
ADD_SIGNAL(MethodInfo("popup_hide"));
|
||||
|
||||
BIND_THEME_ITEM_CUSTOM(Theme::DATA_TYPE_STYLEBOX, Popup, panel_style, "panel");
|
||||
}
|
||||
|
||||
Popup::Popup() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue