예제 #1
0
 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)
예제 #2
0
def restricted_edit_factory(item, pos):
    StyleDialog.dropdown_editor(item, pos, edit_label=False)
예제 #3
0
 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)
예제 #4
0
def full_edit_factory(item, pos):
    StyleDialog.dropdown_editor(item, pos)