gimp r26557 - in trunk: . app/display



Author: martinn
Date: Thu Aug 14 15:44:25 2008
New Revision: 26557
URL: http://svn.gnome.org/viewvc/gimp?rev=26557&view=rev

Log:
2008-08-14  Martin Nordholts  <martinn svn gnome org>

	* app/display/gimpdisplayshell-handlers.c
	(gimp_display_shell_monitor_res_notify_handler): When the screen
	resolution changes and we are not in Dot by dot, we also need to
	clamp the display shell offsets.


Modified:
   trunk/ChangeLog
   trunk/app/display/gimpdisplayshell-handlers.c

Modified: trunk/app/display/gimpdisplayshell-handlers.c
==============================================================================
--- trunk/app/display/gimpdisplayshell-handlers.c	(original)
+++ trunk/app/display/gimpdisplayshell-handlers.c	Thu Aug 14 15:44:25 2008
@@ -629,7 +629,8 @@
 
   if (! shell->dot_for_dot)
     {
-      gimp_display_shell_update_scrollbars_and_rulers (shell);
+      gimp_display_shell_scroll_clamp_and_update (shell);
+
       gimp_display_shell_scaled (shell);
 
       gimp_display_shell_expose_full (shell);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]