You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should real estate agent taking into consideration the taskbar?
I think yes, because you don't want to overlap the taskbar when asking the maximum usable area:
| world area taskbar |
world := WorldMorph allInstances first.
taskbar := world submorphs detect: [:morph | morph is: #TaskbarMorph].
area := RealEstateAgent maximumUsableArea extendBy: 0 @ taskbar morphHeight negated.
The text was updated successfully, but these errors were encountered:
Should real estate agent taking into consideration the taskbar?
I think yes, because you don't want to overlap the taskbar when asking the maximum usable area:
The text was updated successfully, but these errors were encountered: