Build fixes

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-12-30 14:49:50 +00:00
parent 5b7e5336c6
commit fec9aef939
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
11 changed files with 36 additions and 57 deletions

View file

@ -844,11 +844,7 @@ struct MenuBar : widget::OpaqueWidget {
widget::Widget* createMenuBar() {
return new widget::Widget;
}
widget::Widget* createMenuBar(const bool isStandalone) {
menuBar::MenuBar* menuBar = new menuBar::MenuBar(isStandalone);
menuBar::MenuBar* menuBar = new menuBar::MenuBar(isStandalone());
return menuBar;
}