Skip to content

Commit

Permalink
ffmpeg Optionのセーブが正常に動作していない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolphiiiin committed Oct 10, 2024
1 parent 73ac94d commit b03538c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playblast_ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ def reflect_optionVar_to_window(self, widget_list):
widget.setCurrentIndex(value)
elif widget_type == 'QRadioButton':
widget.setChecked(value)
elif widget_type == 'QTextEdit':
widget.setPlainText(value)
else:
debug(f"Unsupported widget type: {widget_type} ({widget_name})", 'error')
debug("Exiting reflect_optionVar_to_window", 'trace')
Expand Down

0 comments on commit b03538c

Please sign in to comment.