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 (&divided_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?

                    DindinX
-- 
[EMAIL PROTECTED]

Reply via email to