Skip to content

Commit

Permalink
Infowindow ZOrder always on top (#4997)
Browse files Browse the repository at this point in the history
Closes #4994
  • Loading branch information
baconpaul authored Sep 6, 2021
1 parent 8d1d28e commit ffb717d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/SurgeGUIEditorInfowindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ void SurgeGUIEditor::showInfowindow(int ptag, juce::Rectangle<int> relativeTo,
}

updateInfowindowContents(ptag, isEditingModulation);
paramInfowindow->getParentComponent()->toFront(false);
paramInfowindow->toFront(false);
paramInfowindow->setBoundsToAccompany(relativeTo, frame->getBounds());
paramInfowindow->setCountdownToHide(-1);
paramInfowindow->startFadein();
Expand Down

0 comments on commit ffb717d

Please sign in to comment.