Spinner - Min, Max values [message #479581] |
Tue, 11 August 2009 11:46  |
Eclipse User |
|
|
|
Hi,
I have a question concerning the min and max behaviour of the SWT Spinner
component.
In some cases, I have the same value for the min and max values. But this
is managed by the component as an error case :
Spinner.java => L 1090 : if (maximum <= minimum) return;
Does anyone knows why this has been done and if it is possible to allow
the min and max values to be equal in the next release of SWT ?
Thanks in advance,
Cédric
|
|
|
|
|
Re: Spinner - Min, Max values [message #480026 is a reply to message #479968] |
Thu, 13 August 2009 09:39  |
Eclipse User |
|
|
|
Opfermann Cédric wrote:
> OK, thanks for your help, I posted a bug report, let's see how it will
> be corrected or not :)
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=286489
>
Good.
I see that it was marked as a duplicate of another (old) bug report. I
suggest you make an attempt at fixing the problem and submitting a
patch, since bugs or feature requests with code patches tend to get more
attention than those without. Plus, it is a wonderful feeling to see
some code you wrote make it into the platform!
Eric
|
|
|
Powered by
FUDForum. Page generated in 0.03385 seconds