Tab dnd between windows (state not preserved, yet), plugin fix

This commit is contained in:
2022-11-02 22:06:30 -05:00
parent ee123c4916
commit 9cde8345cf
4 changed files with 21 additions and 3 deletions

View File

@@ -122,4 +122,4 @@ class Plugin(PluginBase):
def set_arc_buffer_text(self, widget=None, eve=None):
sid = widget.get_active_id()
self.arc_command_buffer.set_text(self.arc_commands[int(sid)])
self._arc_command_buffer.set_text(self.arc_commands[int(sid)])