Bug 378372 - Change default action on resize
Summary: Change default action on resize
Status: RESOLVED FIXED
Alias: None
Product: gwenview
Classification: Applications
Component: general (other bugs)
Version First Reported In: Other (add details in bug description)
Platform: openSUSE Linux
: NOR minor
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-02 17:21 UTC by Marek Potocki
Modified: 2017-09-08 17:26 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.