Skip to content

Commit

Permalink
Merge branch 'develop-1.5.0' of http://github.com/vsicurella/Terpstra…
Browse files Browse the repository at this point in the history
…SysEx.2014 into develop-1.5.0
  • Loading branch information
vsicurella committed Jul 18, 2024
2 parents c5beb17 + eff870f commit 9c31617
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Source/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ void MainWindow::closeButtonPressed()
JUCEApplication::getInstance()->systemRequestedQuit();
}

BorderSize<int> MainWindow::getBorderThickness() const
{
return BorderSize <int>(1);
}
//BorderSize<int> MainWindow::getBorderThickness() const
//{
// return BorderSize <int>(1);
//}

bool MainWindow::isLargerThanCurrentScreen() const
{
Expand Down
4 changes: 2 additions & 2 deletions Source/MainWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ class MainWindow : public juce::DocumentWindow
public:
MainWindow(const LumatoneEditorState& stateIn, juce::ApplicationCommandManager* commandManager);

virtual ~MainWindow() override;
~MainWindow() override;

void closeButtonPressed() override;

juce::BorderSize<int> getBorderThickness() const override;
// juce::BorderSize<int> getBorderThickness() const override;

/* Note: Be careful if you override any DocumentWindow methods - the base
class uses a lot of them, so by overriding you might break its functionality.
Expand Down
2 changes: 2 additions & 0 deletions Source/lumatone_editor_library/data/lumatone_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,8 @@ bool LumatoneLayout::fromStringArray(const juce::StringArray& stringArray)
// boards[boardIndex].theKeys[55] = TerpstraKey();
// }
//}

return true;
}

juce::StringArray LumatoneLayout::toStringArray() const
Expand Down

0 comments on commit 9c31617

Please sign in to comment.