[Fix] Silly type.
This commit is contained in:
parent
839f4e71e5
commit
518091ddee
@ -261,7 +261,7 @@ class space:
|
||||
|
||||
def __space_draw(self, wgt=None, event=None):
|
||||
area = self.__swidget("draSpace")
|
||||
style = area.get_syle()
|
||||
style = area.get_style()
|
||||
gc = style.fg_gc[gtk.STATE_NORMAL]
|
||||
bg_gc = style.bg_gc[gtk.STATE_NORMAL]
|
||||
wx, wy, ww, wh = area.get_allocation()
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user