* src/gramps.glade: disable scrollbars in Pedigree View

* src/PedView.py: Apply Martin Hawlisch's canvas resize patch


svn: r4276
This commit is contained in:
Don Allingham 2005-04-01 19:34:11 +00:00
parent 4104ec0dcf
commit 4306a639e7
3 changed files with 100 additions and 2402 deletions

View File

@ -1,3 +1,7 @@
2005-04-01 Don Allingham <don@gramps-project.org>
* src/gramps.glade: disable scrollbars in Pedigree View
* src/PedView.py: Apply Martin Hawlisch's canvas resize patch
2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/ImageSelect.py (on_photolist_drag_data_get): forgot to remove print statement.

View File

@ -534,6 +534,7 @@ class PedigreeView:
self.y1 != y1 or self.y2 != y2:
self.x1 = x1; self.x2 = x2
self.y1 = y1; self.y2 = y2
self.canvas.set_size(x2,y2)
self.load_canvas(self.active_person)
return 0

File diff suppressed because it is too large Load Diff