def _edit_style(self): pos = self._bottom_left_of_current_index() if pos is None: return item = self.current_artist().layer StyleDialog.dropdown_editor(item, pos, edit_label=False)
def restricted_edit_factory(item, pos): StyleDialog.dropdown_editor(item, pos, edit_label=False)
def full_edit_factory(item, pos): StyleDialog.dropdown_editor(item, pos)