- Revision
- 11166
- Author
- john
- Date
- 2006-07-14 09:52:23 -0700 (Fri, 14 Jul 2006)
Log Message
Second half of temporary fix for bug #6163: Toolbar icons flash when resizing window, also during functional tests r=stearns
Modified Paths
Diff
Modified: trunk/chandler/application/Utility.py (11165 => 11166)
--- trunk/chandler/application/Utility.py 2006-07-14 15:56:40 UTC (rev 11165) +++ trunk/chandler/application/Utility.py 2006-07-14 16:52:23 UTC (rev 11166) @@ -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 only show one minicalendar month +SCHEMA_VERSION = "218" #john: move bufferedDraw = True to ToolbarContainer block logger = None # initialized in initLogging()
Modified: trunk/chandler/parcels/osaf/views/main/mainblocks.py (11165 => 11166)
--- trunk/chandler/parcels/osaf/views/main/mainblocks.py 2006-07-14 15:56:40 UTC (rev 11165) +++ trunk/chandler/parcels/osaf/views/main/mainblocks.py 2006-07-14 16:52:23 UTC (rev 11166) @@ -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
