Skip to content

Commit

Permalink
add missing reset condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Apr 21, 2019
1 parent 57074a5 commit 8e50261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/qt/visualizerwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ void VisualizerWidget::resetView() {
m_base = lcd.upbase;
m_control = lcd.control;
m_scale = 100.0;
m_grid = false;
viewToString();
}

Expand Down

0 comments on commit 8e50261

Please sign in to comment.