David Odin <David.Odin@xxxxxxxxxxx> writes: > Well, this isn't really a bug, but I was browering the libgimp code and I > found the following line in gimp_mem_size_entry_new() > (gimpwidgets.c, line 1023) : > spinbutton = > gimp_spin_button_new (÷d_adj, divided_mem_size, > 0.0, (4069.0 * 1024 * 1024 - 1), 1.0, 16.0, 0.0, > 1.0, 0.0); > > I was wondering about the 4069.0. Shouldn't it be a 4096.0? Well, this _is_ a bug... thanks for reporting it. I'll apply the fix to CVS. --Mitch