Bug 363853 - .r16 file open dialogue on Mac OS X
Summary: .r16 file open dialogue on Mac OS X
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: File formats (other bugs)
Version First Reported In: 3.0
Platform: Other macOS
: NOR normal
Target Milestone: ---
Assignee: Victor Wåhlström
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-02 18:41 UTC by Haluk
Modified: 2016-07-07 21:20 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Haluk 2016-06-02 18:41:48 UTC
When trying to open a .r16 heightmap file, the file open dialogue doesn't permit entering size values above 2 digits. As a result, I can't open heightmap files larger than 99x99 px. This bug was introduced in Krita version 3.0.

I'm using an iMac with OSX El Capitan.
Comment 1 Victor Wåhlström 2016-07-07 21:18:06 UTC
Git commit 15662fd7ee89ff086aba1bba2a9abba65ee9b7ea by Victor Wåhlström.
Committed on 07/07/2016 at 21:16.
Pushed by victorw into branch 'master'.

Allow user to input size values higher than 99 when opening .r16 files

M  +5    -1    plugins/impex/heightmap/kis_wdg_options_heightmap.ui

http://commits.kde.org/krita/15662fd7ee89ff086aba1bba2a9abba65ee9b7ea
Comment 2 Victor Wåhlström 2016-07-07 21:20:17 UTC
The UI could really use some love, but for now I just removed the limit so the feature at least works.