Skip to content

Commit

Permalink
Don't auto hide the window when editing a clip
Browse files Browse the repository at this point in the history
  • Loading branch information
scott brogden committed Sep 30, 2020
1 parent 38fad80 commit 39b3000
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions QPasteWnd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3653,8 +3653,7 @@ bool CQPasteWnd::DoActionEditClip()
m_lstHeader.GetSelectionItemData(IDs);

theApp.EditItems(IDs, true);

HideQPasteWindow(false);

return true;
}

Expand Down

0 comments on commit 39b3000

Please sign in to comment.