mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-08 02:54:56 -06:00
CtrlCore: Removed gtk console errors
git-svn-id: svn://ultimatepp.org/upp/trunk@6943 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f43f013341
commit
aae8c1656f
9 changed files with 47 additions and 44 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue