Build fixes
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5b7e5336c6
commit
fec9aef939
11 changed files with 36 additions and 57 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue