2846: build tree basic on arithmetics - uncomment lines (ezegzda)
svn: r13982
This commit is contained in:
parent
6726952bcc
commit
83d7448c1a
@ -1074,10 +1074,10 @@ class PedigreeViewExt(NavigationView):
|
|||||||
if y+height > ymax:
|
if y+height > ymax:
|
||||||
ymax = y+height
|
ymax = y+height
|
||||||
|
|
||||||
# x = positions[i][1][1][0]+1
|
x = positions[i][1][1][0]+1
|
||||||
# y = positions[i][1][1][1]+1
|
y = positions[i][1][1][1]+1
|
||||||
# w = 1
|
w = 1
|
||||||
# h = positions[i][1][1][2]
|
h = positions[i][1][1][2]
|
||||||
line = gtk.DrawingArea()
|
line = gtk.DrawingArea()
|
||||||
line.set_size_request(20, -1)
|
line.set_size_request(20, -1)
|
||||||
line.connect("expose-event", self.line_expose_cb)
|
line.connect("expose-event", self.line_expose_cb)
|
||||||
|
Loading…
Reference in New Issue
Block a user