Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 5ffa7928dd55ae66f77b8ea4e61f2864f0f72b10
      
https://github.com/synfig/synfig/commit/5ffa7928dd55ae66f77b8ea4e61f2864f0f72b10
  Author: rodolforg <rodolf...@users.noreply.github.com>
  Date:   2021-09-23 (Thu, 23 Sep 2021)

  Changed paths:
    M synfig-studio/src/gui/app.cpp
    M synfig-studio/src/gui/canvasview.cpp
    M synfig-studio/src/gui/dialogs/dialog_workspaces.cpp
    M synfig-studio/src/gui/instance.cpp

  Log Message:
  -----------
  Fix dialog responses for user pressing Esc key (#2309)

When user presses Esc key or closes the dialog by clicking on
the X (close) button in window decoration, the dialog does not
return "RESPONSE_CANCEL", but "RESPONSE_DELETE_EVENT".

When programmatically closed, the dialog returns with
"RESPONSE_NONE".

In such cases, the dialog is supposed to be canceled, but
that was not correctly interpreted everywhere.




_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to