nvda
3ef22386 - COM reg fixing tool: dismissing the intro dialog with anything but pressing continue should disallow the tool to run. Previously although cancel / escape stopped, alt+f4 allowed it to continue. Alt+f4 on ShowModal() returns 0, not wx.OK or wx.Cancel. So therefore check specifically for wx.OK.

Commit
1 year ago
COM reg fixing tool: dismissing the intro dialog with anything but pressing continue should disallow the tool to run. Previously although cancel / escape stopped, alt+f4 allowed it to continue. Alt+f4 on ShowModal() returns 0, not wx.OK or wx.Cancel. So therefore check specifically for wx.OK.
Parents
Loading