Skip to content

Commit

Permalink
Remove debug settings and update resize limits in PluginEditor.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunix-420 committed Oct 19, 2024
1 parent 5b501ac commit 86410f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/PluginEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ PluginEditor::PluginEditor(PluginProcessor& p)

addAndMakeVisible(disfluxPanel);

dmt::Settings::debugGrid = true;
dmt::Settings::debugBounds = true;

double ratio = baseWidth / baseHeight;
setResizeLimits(800, 140, 4000, 4000 / ratio);
getConstrainer()->setFixedAspectRatio(ratio);
Expand Down

0 comments on commit 86410f6

Please sign in to comment.