In version 16.08.02 (and probably newer) default action is "cancel". For example – open file, go to resize tab, write correct value, and press enter. Dialog window closes without do resize action.
Do you mean the Shitf+R (Edit > Resize) dialog? Here (version 17.04), the dialog starts with the "Resize" button as default button, instead of the Cancel button. I also checked the code, and it has "okButton->setDefault(true);"
(In reply to Christoph Feck from comment #1) > Do you mean the Shitf+R (Edit > Resize) dialog? Yes. > Here (version 17.04), the > dialog starts with the "Resize" button as default button, instead of the > Cancel button. > I also checked the code, and it has "okButton->setDefault(true);" OK, but I have, form repository, 16 (now 16.12.1). Maybe now it's fixed. Thank you for reply.