CtrlCore: Removed gtk console errors

git-svn-id: svn://ultimatepp.org/upp/trunk@6943 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-02-21 16:28:58 +00:00
parent f43f013341
commit aae8c1656f
9 changed files with 47 additions and 44 deletions

View file

@ -43,8 +43,7 @@ void TextCompareCtrl::LeftUp(Point pt, dword keyflags)
void TextCompareCtrl::MouseMove(Point pt, dword keyflags)
{
if(HasCapture())
{
if(HasCapture()) {
LeftDown(pt, keyflags);
}
}