app/display/gimpstatusbar.[ch] only update the GtkProgressBar if that
2007-12-30 Sven Neumann <sven@gimp.org> * app/display/gimpstatusbar.[ch] * app/widgets/gimpprogressbox.[ch]: only update the GtkProgressBar if that would cause a visible change. svn path=/trunk/; revision=24487
This commit is contained in:

committed by
Sven Neumann

parent
7313f6d06c
commit
0d818d9ad3
@ -62,6 +62,7 @@ struct _GimpStatusbar
|
||||
GtkWidget *cancel_button;
|
||||
gboolean progress_active;
|
||||
gboolean progress_shown;
|
||||
gdouble progress_value;
|
||||
};
|
||||
|
||||
struct _GimpStatusbarClass
|
||||
|
Reference in New Issue
Block a user