Skip to content

Commit

Permalink
Fix focusing item list after editor is closed
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Holecek <[email protected]>
  • Loading branch information
hluk committed Jan 14, 2020
1 parent d602e70 commit e576a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/clipboardbrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ void ClipboardBrowser::setEditorWidget(ItemEditorWidget *editor, bool changeClip
emit internalEditorStateChanged(this);
}

clearFocus();
setFocusProxy(m_editor);
setFocus();

Expand Down

0 comments on commit e576a55

Please sign in to comment.