Title: [commits] (stearns) [11163] Check in the python part of bug 6163 (Toolbar icons flash when resizing window, also during functional tests) so bear can get the candidate build going (I r+'d john's change).
Revision
11163
Author
stearns
Date
2006-07-14 08:45:59 -0700 (Fri, 14 Jul 2006)

Log Message

Check in the python part of bug 6163 (Toolbar icons flash when resizing window, also during functional tests) so bear can get the candidate build going (I r+'d john's change).

Modified Paths

Diff

Modified: branches/0.7alpha3/chandler/application/Utility.py (11162 => 11163)

--- branches/0.7alpha3/chandler/application/Utility.py	2006-07-14 10:56:45 UTC (rev 11162)
+++ branches/0.7alpha3/chandler/application/Utility.py	2006-07-14 15:45:59 UTC (rev 11163)
@@ -33,7 +33,7 @@
 # with your name (and some helpful text). The comment's really there just to
 # cause Subversion to warn you of a conflict when you update, in case someone 
 # else changes it at the same time you do (that's why it's on the same line).
-SCHEMA_VERSION = "217" #john: change splitPercentage so we show two minicalendar months
+SCHEMA_VERSION = "218" #john: move bufferedDraw = True to ToolbarContainer block
 
 logger = None # initialized in initLogging()
 

Modified: branches/0.7alpha3/chandler/parcels/osaf/views/main/mainblocks.py (11162 => 11163)

--- branches/0.7alpha3/chandler/parcels/osaf/views/main/mainblocks.py	2006-07-14 10:56:45 UTC (rev 11162)
+++ branches/0.7alpha3/chandler/parcels/osaf/views/main/mainblocks.py	2006-07-14 15:45:59 UTC (rev 11163)
@@ -168,10 +168,10 @@
                                    event = main.ReminderTime),
             BoxContainer.template('ToolbarContainer',
                 orientationEnum = 'Vertical',
+                bufferedDraw = True,
                 childrenBlocks = [
                     ApplicationBar,
                     BoxContainer.template('SidebarContainerContainer',
-                        bufferedDraw = True,
                         border = RectType(4, 0, 0, 0),
                         childrenBlocks = [
                             SplitterWindow.template('SidebarContainer',




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to