GNOME Bugzilla – Bug 165173
Scrollbar max value changes unexpectedly
Last modified: 2005-02-07 16:52:41 UTC
1. New workbook 2. Create a scrollbar sheet object 3. Right click, properties (max is 100), press OK 4. Right click, properties again (max is now 101) What happens: max value shouldn't change.
Sigh. What happens: max value changes. Expected: shouldn't change.
Created attachment 36543 [details] [review] fixes the problem
Comment on attachment 36543 [details] [review] fixes the problem Looks reasonable for both trees, but please add some comments about what the +-1 does.
hmm, this patch does look like curing the symptom but not the underlying cause.
The bug also affects sliders and spin buttons.
Created attachment 36876 [details] [review] really fixes the problem adjustment->page_size must be 0., not 1. With that, all +-1 are removed
Comment on attachment 36876 [details] [review] really fixes the problem that looks right. Please commit. both trees
commited to both tree. The bug can be closed