CtrlCore: X11Top.cpp CenterRect fix #725 (thanks Klugier)

git-svn-id: svn://ultimatepp.org/upp/trunk@7079 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-03-24 09:08:47 +00:00
parent 77ec64b871
commit 848578f257
3 changed files with 8 additions and 1 deletions

View file

@ -60,6 +60,11 @@ void TextCompareCtrl::LeftDown(Point pt, dword keyflags)
SetWantFocus();
}
void TextCompareCtrl::LeftDouble(Point pt, dword keyflags)
{
}
void TextCompareCtrl::MouseMove(Point pt, dword flags)
{
if(HasCapture())