Skip to content

Commit

Permalink
plugin: force plugin to always be on top
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepVanlier committed Dec 24, 2024
1 parent 8905949 commit e6884dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,7 @@ void YsfxEditor::Impl::openCodeEditor()

m_codeWindow->setVisible(true);
m_codeWindow->toFront(true);
m_codeWindow->setAlwaysOnTop(true);
m_ideView->focusOnCodeEditor();
}

Expand Down

0 comments on commit e6884dd

Please sign in to comment.