[beryl-commits] r2265 - branches/beryl-plugins/group-tabbed

maniac at server.beryl-project.org maniac at server.beryl-project.org
Tue Jan 2 12:26:25 CET 2007


Author: maniac
Date: 2007-01-02 11:26:24 +0000 (Tue, 02 Jan 2007)
New Revision: 2265

Modified:
   branches/beryl-plugins/group-tabbed/paint.c
Log:
group-tab-branch: hide tab bar while doing change tab animation


Modified: branches/beryl-plugins/group-tabbed/paint.c
===================================================================
--- branches/beryl-plugins/group-tabbed/paint.c	2007-01-02 10:33:26 UTC (rev 2264)
+++ branches/beryl-plugins/group-tabbed/paint.c	2007-01-02 11:26:24 UTC (rev 2265)
@@ -743,7 +743,7 @@
 
 	status = (*w->screen->drawWindow) (w, attrib, region, mask);
 
-	if (gw->group && gw->group->tabBar && 
+	if (gw->group && gw->group->tabBar && !gw->group->changeAnimationSteps && 
 	    gw->group->topTab && TOP_TAB(gw->group)->id == w->id)
 	    	groupPaintTabBar(gw->group);
 




More information about the commits mailing list