[Commits] (john) * Backed out changes for Bug fix #2519 becuase of
problems it caused.
commits at osafoundation.org
commits at osafoundation.org
Sat Feb 19 17:21:10 PST 2005
Commit by: john
Modified files:
chandler/parcels/osaf/framework/blocks/ControlBlocks.py 1.171 1.172
Log message:
* Backed out changes for Bug fix #2519 becuase of problems it caused.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/blocks/ControlBlocks.py.diff?r1=text&tr1=1.171&r2=text&tr2=1.172
Index: chandler/parcels/osaf/framework/blocks/ControlBlocks.py
diff -u chandler/parcels/osaf/framework/blocks/ControlBlocks.py:1.171 chandler/parcels/osaf/framework/blocks/ControlBlocks.py:1.172
--- chandler/parcels/osaf/framework/blocks/ControlBlocks.py:1.171 Fri Feb 18 15:48:52 2005
+++ chandler/parcels/osaf/framework/blocks/ControlBlocks.py Sat Feb 19 17:21:08 2005
@@ -1,5 +1,5 @@
-__version__ = "$Revision: 1.171 $"
-__date__ = "$Date: 2005/02/18 23:48:52 $"
+__version__ = "$Revision: 1.172 $"
+__date__ = "$Date: 2005/02/20 01:21:08 $"
__copyright__ = "Copyright (c) 2003-2005 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -473,8 +473,6 @@
finally:
wx.GetApp().ignoreSynchronizeWidget = oldIgnoreSynchronizeWidget
- # would be nice if we could put at least some of this into CPIA
- self.SetWindowStyle(self.GetWindowStyle() | wx.SUNKEN_BORDER)
self.SetColLabelAlignment(wx.ALIGN_LEFT, wx.ALIGN_CENTRE)
self.SetRowLabelSize(0)
self.AutoSizeRows()
More information about the Commits
mailing list