[Monodevelop-patches-list] r566 - trunk/MonoDevelop/src/Main/Base/Gui/Workbench

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Mon Jan 19 00:04:41 EST 2004


Author: tberman
Date: 2004-01-19 00:04:41 -0500 (Mon, 19 Jan 2004)
New Revision: 566

Modified:
   trunk/MonoDevelop/src/Main/Base/Gui/Workbench/DefaultWorkbench.cs
Log:
redraw fixes


Modified: trunk/MonoDevelop/src/Main/Base/Gui/Workbench/DefaultWorkbench.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/Workbench/DefaultWorkbench.cs	2004-01-19 05:02:07 UTC (rev 565)
+++ trunk/MonoDevelop/src/Main/Base/Gui/Workbench/DefaultWorkbench.cs	2004-01-19 05:04:41 UTC (rev 566)
@@ -279,10 +279,10 @@
 			UpdateMenu(null, null);
 			
 			foreach (IViewContent content in workbenchContentCollection) {
-				//content.RedrawContent();
+				content.RedrawContent();
 			}
 			foreach (IPadContent content in viewContentCollection) {
-				//content.RedrawContent();
+				content.RedrawContent();
 			}
 			layout.RedrawAllComponents();
 			//statusBarManager.RedrawStatusbar();




More information about the Monodevelop-patches-list mailing list