mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-03 07:03:58 +00:00
Update TODO comment.
This commit is contained in:
committed by
Philipp Wolfer
parent
99f829493c
commit
b67aaaf4bc
@@ -275,7 +275,7 @@ class ScriptEditorPage(PicardDialog):
|
||||
"""
|
||||
super().__init__(parent)
|
||||
self.examples = examples
|
||||
# TODO: Work on making this work properly so that it can be accessed from both the main window and the options window.
|
||||
# TODO: Make this work properly so that it can be accessed from both the main window and the options window.
|
||||
# self.setWindowFlags(QtCore.Qt.Window)
|
||||
self.setWindowModality(QtCore.Qt.WindowModal)
|
||||
self.setWindowTitle(self.TITLE)
|
||||
|
||||
Reference in New Issue
Block a user