mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-01 15:52:41 -06:00
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:
parent
77ec64b871
commit
848578f257
3 changed files with 8 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue