mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-29 06:12:18 -06:00
uppsrc: MacOS fixes
This commit is contained in:
parent
ca6d5122c2
commit
b2456a14bb
13 changed files with 11 additions and 28 deletions
|
|
@ -47,7 +47,6 @@ void TextCompareCtrl::DoSelection(int y, bool shift)
|
|||
|
||||
void TextCompareCtrl::LeftDown(Point pt, dword keyflags)
|
||||
{
|
||||
Size sz = GetSize();
|
||||
DoSelection(pt.y, keyflags & K_SHIFT);
|
||||
SetCapture();
|
||||
SetWantFocus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue