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
|
@ -50,9 +50,6 @@ namespace rack {
|
|||
namespace app {
|
||||
|
||||
|
||||
widget::Widget* createMenuBar(bool isStandalone);
|
||||
|
||||
|
||||
struct ResizeHandle : widget::OpaqueWidget {
|
||||
math::Vec size;
|
||||
|
||||
|
@ -134,7 +131,7 @@ Scene::Scene() {
|
|||
|
||||
rack = rackScroll->rackWidget;
|
||||
|
||||
menuBar = createMenuBar(isStandalone());
|
||||
menuBar = createMenuBar();
|
||||
addChild(menuBar);
|
||||
|
||||
browser = browserCreate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue