https://bugs.kde.org/show_bug.cgi?id=359257
Bug ID: 359257
Summary: Image size spinbox doesn't allow values larger than 99
Product: kipiplugins
Version: 5.0.0
Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: KMLExport
Assignee: [email protected]
Reporter: [email protected]
By the commit
https://quickgit.kde.org/?p=kipi-plugins.git&a=blobdiff&h=a84953bd0ddbd1eafa1bb78869952c6e75f7d5cf&hp=7c65904f7e19d5e2f92b60de694ddc66b385a27f&f=kmlexport%2Fkmlwindow.cpp&hb=3f7e6ddd7f2b451a3519c62ddc0cddc4e749536c
RIntNumInput was replaced by QSpinBox, but QspinBox allows values between 0 and
99 by default. This doesn't allow one to export to KML images larger than 99
pixels. I suppose that maximum value for ImageSizeInput_ should be set
explicitly. As far as I see the maximum value for RIntNumInput was +INT_MAX.
Probably, such fixes have to be done to other files as well.
--
You are receiving this mail because:
You are watching all bug changes.