bugfix
This commit is contained in:
parent
5026669000
commit
1d4161e516
@ -414,13 +414,11 @@ class Blocks(EventDispatcher):
|
||||
d = self.getActionData(widget,desc)
|
||||
if d:
|
||||
p.update(d)
|
||||
print('p=',p,'d=',d)
|
||||
opts['params'] = p
|
||||
d = {
|
||||
'widgettype' : 'urlwidget',
|
||||
'options': opts
|
||||
}
|
||||
print('desc=',d)
|
||||
|
||||
def doit(target,add_mode,o,w):
|
||||
if add_mode == 'replace':
|
||||
|
Loading…
Reference in New Issue
Block a user