mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Remove port state, fix background not darkening in room editor
This commit is contained in:
@@ -205,7 +205,6 @@ void UpdateLinkWindow (void)
|
||||
if (linkWindow == nil)
|
||||
return;
|
||||
|
||||
SetPortWindowPort(linkWindow);
|
||||
UpdateLinkControl();
|
||||
#endif
|
||||
}
|
||||
@@ -379,7 +378,6 @@ void HandleLinkClick (Point wherePt)
|
||||
if (linkWindow == nil)
|
||||
return;
|
||||
|
||||
SetPortWindowPort(linkWindow);
|
||||
wherePt -= linkWindow->GetTopLeftCoord();
|
||||
|
||||
part = FindControl(wherePt, linkWindow, &theControl);
|
||||
|
||||
Reference in New Issue
Block a user