f-spot r4315 - in trunk: . src



Author: lmilesi
Date: Mon Sep  8 07:21:07 2008
New Revision: 4315
URL: http://svn.gnome.org/viewvc/f-spot?rev=4315&view=rev

Log:
2008-09-08  Lorenzo Milesi <maxxer yetopen it>
 
	* src/MainWindow.cs: update photoview when closing filmstrip and
	tagtype.



Modified:
   trunk/ChangeLog
   trunk/src/MainWindow.cs

Modified: trunk/src/MainWindow.cs
==============================================================================
--- trunk/src/MainWindow.cs	(original)
+++ trunk/src/MainWindow.cs	Mon Sep  8 07:21:07 2008
@@ -2168,6 +2168,8 @@
 	void HandleDisplayFilmstrip (object sender, EventArgs args)
 	{
 		photo_view.FilmStripVisibility = display_filmstrip.Active;
+		if (view_mode == ModeType.PhotoView) {
+			photo_view.QueueDraw ();
 	}
 
 	void HandleDisplayInfoSidebar (object sender, EventArgs args)
@@ -3186,8 +3188,10 @@
 
 		if (view_mode == ModeType.IconView)
 			icon_view.GrabFocus ();
-		else
+		else {
+			photo_view.QueueDraw ();
 			photo_view.View.GrabFocus ();
+		}
 
 		tag_entry.ClearTagCompletions ();
 	}



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