bugfix
This commit is contained in:
parent
2503a95fc4
commit
a1a2545c48
@ -441,7 +441,7 @@ class Blocks(EventDispatcher):
|
|||||||
'options': opts
|
'options': opts
|
||||||
}
|
}
|
||||||
|
|
||||||
def doit(target,add_mode,o,w):
|
def doit(target:Widget, add_mode:str, o, w:Widget):
|
||||||
if target:
|
if target:
|
||||||
if add_mode == 'replace':
|
if add_mode == 'replace':
|
||||||
target.clear_widgets()
|
target.clear_widgets()
|
||||||
|
Loading…
Reference in New Issue
Block a user