We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d3cc9 commit adb23a7Copy full SHA for adb23a7
Orange/canvas/application/canvasmain.py
@@ -230,7 +230,7 @@ def setup_ui(self):
230
frame.setWidget(self.scheme_widget)
231
232
# Window 'title'
233
- self.setWindowFilePath(self.scheme_widget.path())
+ self.setWindowFilePath(self.scheme_widget.path() or " ")
234
self.scheme_widget.pathChanged.connect(self.setWindowFilePath)
235
self.scheme_widget.modificationChanged.connect(self.setWindowModified)
236
0 commit comments