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
@ -43,6 +43,7 @@ struct _GimpProgressBox
|
||||
|
||||
gboolean active;
|
||||
gboolean cancelable;
|
||||
gdouble value;
|
||||
|
||||
GtkWidget *label;
|
||||
GtkWidget *progress;
|
||||
|
Reference in New Issue
Block a user