uppsrc: MacOS fixes

This commit is contained in:
Mirek Fidler 2023-03-21 11:10:03 +01:00
parent ca6d5122c2
commit b2456a14bb
13 changed files with 11 additions and 28 deletions

View file

@ -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();