mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +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