mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.rainbow: Fixed Skeleton
git-svn-id: svn://ultimatepp.org/upp/trunk@7172 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
26dd454a1f
commit
b121fbceeb
1 changed files with 0 additions and 10 deletions
|
|
@ -213,16 +213,6 @@ Rect Ctrl::GetVirtualWorkArea()
|
|||
return out;
|
||||
}
|
||||
|
||||
Rect Ctrl::GetWorkArea(Point pt)
|
||||
{
|
||||
Array<Rect> rc;
|
||||
GetWorkArea(rc);
|
||||
for(int i = 0; i < rc.GetCount(); i++)
|
||||
if(rc[i].Contains(pt))
|
||||
return rc[i];
|
||||
return GetPrimaryWorkArea();
|
||||
}
|
||||
|
||||
Rect Ctrl::GetVirtualScreenArea()
|
||||
{
|
||||
GuiLock __;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue