Skip to content

Commit

Permalink
Update InstrumentTrackView.cpp (LMMS#6687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregaras authored and sakertooth committed May 30, 2023
1 parent 1c41ea5 commit 8e7fc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tracks/InstrumentTrackView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ InstrumentTrackWindow * InstrumentTrackView::topLevelInstrumentTrackWindow()
getGUI()->mainWindow()->workspace()->subWindowList(
QMdiArea::ActivationHistoryOrder ) )
{
if( sw->isVisible() && sw->widget()->inherits( "InstrumentTrackWindow" ) )
if( sw->isVisible() && sw->widget()->inherits( "lmms::gui::InstrumentTrackWindow" ) )
{
w = qobject_cast<InstrumentTrackWindow *>( sw->widget() );
}
Expand Down

0 comments on commit 8e7fc28

Please sign in to comment.