Improved text, enhanced event comparison to load/save complex filters

svn: r514
This commit is contained in:
Don Allingham
2001-10-28 23:28:38 +00:00
parent 6be70630d2
commit 28cf95c4d7
10 changed files with 633 additions and 565 deletions

View File

@@ -174,7 +174,7 @@ class TableStyle:
else:
self.width = 0
self.columns = 0
self.colwid = [ 0 ] * 10
self.colwid = [ 0 ] * 100
def set_width(self,width):
self.width = width