mirror of https://github.com/GNOME/gimp.git
Invalidating the view renderer is just plain wrong, revert to redrawing
* app/widgets/gimpnavigationview.c (gimp_navigation_view_set_marker): Invalidating the view renderer is just plain wrong, revert to redrawing the view. We will need to solve the flicker in some other way. svn path=/trunk/; revision=26894
This commit is contained in:
parent
774959e438
commit
59a62ce7a1
|
@ -1,3 +1,10 @@
|
|||
2008-09-07 Martin Nordholts <martinn@svn.gnome.org>
|
||||
|
||||
* app/widgets/gimpnavigationview.c
|
||||
(gimp_navigation_view_set_marker): Invalidating the view renderer
|
||||
is just plain wrong, revert to redrawing the view. We will need to
|
||||
solve the flicker in some other way.
|
||||
|
||||
2008-09-07 Martin Nordholts <martinn@svn.gnome.org>
|
||||
|
||||
* plug-ins/common/file-raw.c (load_dialog): Set the allowed max
|
||||
|
|
|
@ -533,8 +533,8 @@ gimp_navigation_view_set_marker (GimpNavigationView *nav_view,
|
|||
|
||||
gimp_navigation_view_transform (nav_view);
|
||||
|
||||
/* Marker changed, invalidate */
|
||||
gimp_view_renderer_invalidate (view->renderer);
|
||||
/* Marker changed, redraw */
|
||||
gtk_widget_queue_draw (GTK_WIDGET (view));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue