CtrlCore: Fixed issue with DisplayPopUp and DnD

git-svn-id: svn://ultimatepp.org/upp/trunk@10886 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-02-28 09:41:34 +00:00
parent ed5c45ec3d
commit bc2d90b166
8 changed files with 275 additions and 259 deletions

View file

@ -361,6 +361,7 @@ void Ctrl::Proc()
SetWndFocus();
ClickActivateWnd();
if(ignoremouseup) {
DLOG("Ignore mouse up KillRepeat");
KillRepeat();
ignoreclick = false;
ignoremouseup = false;