Fix theme initialization for paint bucket settings menu

This commit is contained in:
Martín Capello 2023-02-27 11:04:07 -03:00
parent f481d9c0e7
commit b2365b557d

View File

@ -458,6 +458,7 @@ protected:
}
});
menu.initTheme();
menu.showPopup(gfx::Point(bounds.x, bounds.y2()),
display());
deselectItems();