Skip to content

Commit

Permalink
fix detached windows being shown after toggleVisibility() is called (#…
Browse files Browse the repository at this point in the history
…7584)

Signed-off-by: Dalton Messmer <[email protected]>
Co-authored-by: SpomJ <[email protected]>
  • Loading branch information
messmerd and SpomJ authored Nov 17, 2024
1 parent bf922af commit a8fddfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/instrument/InstrumentTrackWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ void InstrumentTrackWindow::toggleVisibility( bool on )
else
{
parentWidget()->hide();
hide();
}
}

Expand Down

0 comments on commit a8fddfc

Please sign in to comment.