Skip to content

Commit

Permalink
esc should close the editor, not the fake splitter
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenegriffin committed Sep 17, 2018
1 parent 25593a0 commit 8047f89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UI/FakeSplitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ namespace controls

switch (message)
{
case WM_CLOSE:
::SendMessage(m_hwndParent, message, wParam, lParam);
return true;
case WM_HELP:
return true;
case WM_LBUTTONUP:
Expand Down

0 comments on commit 8047f89

Please sign in to comment.