[Commits] (john) Bug #2081 Disallow resizing row heights in summary
table view.
commits at osafoundation.org
commits at osafoundation.org
Mon Oct 4 16:31:47 PDT 2004
Commit by: john
Modified files:
chandler/parcels/osaf/framework/blocks/ControlBlocks.py 1.128 1.129
Log message:
Bug #2081 Disallow resizing row heights in summary table view.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/blocks/ControlBlocks.py.diff?r1=text&tr1=1.128&r2=text&tr2=1.129
Index: chandler/parcels/osaf/framework/blocks/ControlBlocks.py
diff -u chandler/parcels/osaf/framework/blocks/ControlBlocks.py:1.128 chandler/parcels/osaf/framework/blocks/ControlBlocks.py:1.129
--- chandler/parcels/osaf/framework/blocks/ControlBlocks.py:1.128 Wed Sep 29 13:17:42 2004
+++ chandler/parcels/osaf/framework/blocks/ControlBlocks.py Mon Oct 4 16:31:46 2004
@@ -1,5 +1,5 @@
-__version__ = "$Revision: 1.128 $"
-__date__ = "$Date: 2004/09/29 20:17:42 $"
+__version__ = "$Revision: 1.129 $"
+__date__ = "$Date: 2004/10/04 23:31:46 $"
__copyright__ = "Copyright (c) 2003-2004 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -470,6 +470,7 @@
self.AutoSizeRows()
self.EnableGridLines(False)
self.EnableDragCell(True)
+ self.DisableDragRowSize()
self.SetDefaultCellBackgroundColour(wx.WHITE)
self.SetMargins(0-wx.SystemSettings_GetMetric(wx.SYS_VSCROLL_X),
0-wx.SystemSettings_GetMetric(wx.SYS_HSCROLL_Y))
More information about the Commits
mailing list