Remove Popup's unused "panel" style

This commit is contained in:
Michael Alexsander 2024-04-13 13:24:37 -03:00
parent a7b860250f
commit 7c75355541
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA
5 changed files with 8 additions and 11 deletions

View file

@ -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() {