mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-15 04:29:37 +00:00
More editor progress
This commit is contained in:
@@ -421,7 +421,7 @@ Boolean MarqueeHasHandles (short *direction, short *dist)
|
||||
|
||||
Boolean PtInMarqueeHandle (Point where)
|
||||
{
|
||||
return (PtInRect(where, &theMarquee.handle));
|
||||
return theMarquee.handle.Contains(where);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- DrawGliderMarquee
|
||||
|
||||
Reference in New Issue
Block a user