Author: post
Date: 2012-01-05 22:23:26 +0100 (Thu, 05 Jan 2012)
New Revision: 4092
Modified:
trunk/src/rs-preview-widget.c
Log:
Don't use deferred update, when resizing window.
Modified: trunk/src/rs-preview-widget.c
===================================================================
--- trunk/src/rs-preview-widget.c 2012-01-05 21:22:45 UTC (rev 4091)
+++ trunk/src/rs-preview-widget.c 2012-01-05 21:23:26 UTC (rev 4092)
@@ -1610,7 +1610,8 @@
g_object_set(G_OBJECT(preview->vadjustment), "page_size", height,
"page-increment", height/1.2, NULL);
get_max_size(preview, &max_width, &max_height);
-
+
+ preview->last_required_direct_redraw = TRUE;
for(view=0;view<preview->views;view++)
rs_filter_set_recursive(preview->filter_end[view], "width",
max_width, "height", max_height, NULL);
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit