mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -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
7ff9b41c61
commit
87e3ac76b2
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