Bug 378372

Summary: Change default action on resize
Product: [Applications] gwenview Reporter: Marek Potocki <qrczakoff>
Component: generalAssignee: Gwenview Bugs <gwenview-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: myriam, nate
Priority: NOR    
Version First Reported In: Other (add details in bug description)   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Marek Potocki 2017-04-02 17:21:16 UTC
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.
Comment 1 Christoph Feck 2017-04-21 10:50:50 UTC
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);"
Comment 2 Marek Potocki 2017-04-21 11:53:31 UTC
(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.