mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Redo file prompts with in-game UI
This commit is contained in:
@@ -383,7 +383,7 @@ void HandleLinkClick (Point wherePt)
|
||||
part = FindControl(wherePt, linkWindow, &theControl);
|
||||
if ((theControl != nil) && (part != 0))
|
||||
{
|
||||
part = theControl->Capture(wherePt, nullptr);
|
||||
part = theControl->Capture(nullptr, wherePt, nullptr);
|
||||
if (part != 0)
|
||||
{
|
||||
if (theControl == linkControl)
|
||||
|
||||
Reference in New Issue
Block a user