Hi Edgard,

so, here is a summary of the changes between 18.2/19.0 and 19.1:

In 18.2 and 19.0


  • Pressing Cancel only closed the panel, it did not exit the application <- bug because you specifically sent exit_application
  • Pressing Alt_F4 only closed the panel, it did not exit the application <- bug because Alt_F4 sends exit_application
  • Pressing the X on the dialog closed the panel, it did not exit the application <- NOT a bug, because at no time did you map the X to do other than its default behavior, which is to close the panel

In 19.1


  • Pressing Cancel exited the application <- bug fixed!
  • Pressing Alt_F4 exited the application <- bug fixed!
  • Pressing the X on the dialog closed the panel, it did not exit the application <- still NOT a bug, because at no time did we map the X to do other than its default behavior, which is to close the panel