Typo.
This commit is contained in:
parent
d6850279a8
commit
133b96b4f0
@ -114,7 +114,7 @@ class SpreadBox(hippo.CanvasBox, hippo.CanvasItem):
|
|||||||
|
|
||||||
def remove_item(self, item):
|
def remove_item(self, item):
|
||||||
info = item.get_data('item-info')
|
info = item.get_data('item-info')
|
||||||
info.remove_weigth(self._grid)
|
info.remove_weight(self._grid)
|
||||||
|
|
||||||
self.remove(item)
|
self.remove(item)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user