Loading ui/scenetext_manager.py +1 −0 Original line number Diff line number Diff line Loading @@ -1037,6 +1037,7 @@ class SceneTextManager(QObject): trans_widget_list.append(self.pairwidget_list[blk.idx].e_trans) if len(selected_blks) > 0: self.canvas.push_undo_command(ApplyFontformatCommand(selected_blks, trans_widget_list, fontformat)) self.formatpanel.set_active_format(fontformat) def on_transwidget_selection_changed(self): selitems = self.canvas.selected_text_items() Loading Loading
ui/scenetext_manager.py +1 −0 Original line number Diff line number Diff line Loading @@ -1037,6 +1037,7 @@ class SceneTextManager(QObject): trans_widget_list.append(self.pairwidget_list[blk.idx].e_trans) if len(selected_blks) > 0: self.canvas.push_undo_command(ApplyFontformatCommand(selected_blks, trans_widget_list, fontformat)) self.formatpanel.set_active_format(fontformat) def on_transwidget_selection_changed(self): selitems = self.canvas.selected_text_items() Loading