|
@@ -535,6 +535,8 @@ class SelectionPane(Pane):
|
|
def get_current_selection_name(self):
|
|
def get_current_selection_name(self):
|
|
return self.sel_list.current_selection_name
|
|
return self.sel_list.current_selection_name
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
def get_current_selection(self):
|
|
def get_current_selection(self):
|
|
n=self.sel_list.current_selection_name
|
|
n=self.sel_list.current_selection_name
|
|
if n and n in self.pad.selections:
|
|
if n and n in self.pad.selections:
|