Show wrapped rather than original SystemWindow
This commit is contained in:
parent
2a9a0a3d88
commit
7c19a4eac9
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ namespace MatterHackers.Agg.UI
|
|||
|
||||
topWindow = _openWindows.LastOrDefault();
|
||||
|
||||
platformWindow.ShowSystemWindow(systemWindow);
|
||||
platformWindow.ShowSystemWindow(topWindow);
|
||||
}
|
||||
|
||||
public virtual void CloseSystemWindow(SystemWindow systemWindow)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue