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:
Martin Nordholts 2008-09-07 16:19:32 +00:00
parent 774959e438
commit 59a62ce7a1
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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