no message
This commit is contained in:
parent
077934829e
commit
8462fd07ae
@ -99,7 +99,7 @@ class Travel(inkex.Effect):
|
|||||||
doc_h = self.svg.unittouu(svg.get('height'))
|
doc_h = self.svg.unittouu(svg.get('height'))
|
||||||
|
|
||||||
# get selected items and validate
|
# get selected items and validate
|
||||||
selected = self.svg.get_z_selected()
|
selected = self.svg.selection.paint_order()
|
||||||
|
|
||||||
if not selected:
|
if not selected:
|
||||||
inkex.errormsg('Exactly two objects must be selected: a rect and a template. See "help" for details.')
|
inkex.errormsg('Exactly two objects must be selected: a rect and a template. See "help" for details.')
|
||||||
|
Reference in New Issue
Block a user