mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-04 22:03:29 -06:00
ide: Fixed problem with titlebar drags
This commit is contained in:
parent
31240d734f
commit
e6755eb5c9
4 changed files with 9 additions and 8 deletions
|
|
@ -456,7 +456,7 @@ bool Ctrl::MouseActiveCtrl(Ctrl *w, Point p)
|
|||
for(Ctrl *q = w->GetLastChild(); q; q = q->GetPrev())
|
||||
if(q->GetScreenRect().Contains(p))
|
||||
return MouseActiveCtrl(q, p);
|
||||
|
||||
|
||||
return w->IsMouseActive();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue