Add "panel" style to PopupDialog
This commit is contained in:
parent
816341af25
commit
d92123ed97
4 changed files with 16 additions and 4 deletions
|
|
@ -356,7 +356,7 @@ void PopupDialog::_notification(int p_what) {
|
|||
|
||||
if (p_what == NOTIFICATION_DRAW) {
|
||||
RID ci = get_canvas_item();
|
||||
get_stylebox("panel", "PopupMenu")->draw(ci, Rect2(Point2(), get_size()));
|
||||
get_stylebox("panel")->draw(ci, Rect2(Point2(), get_size()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue