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 941677b commit c4a147cCopy full SHA for c4a147c
picasso/gui/render.py
@@ -346,8 +346,9 @@ def add_entry(self, path):
346
p.clicked.connect(self.close_file)
347
348
def close_file(self):
349
- print(self.sender.objectName())
350
# TODO call close routine
+ raise NotImplementedError("Closing not implemented yet.")
351
+ # print(self.sender.objectName())
352
353
def update_viewport(self):
354
if self.window.view.viewport:
0 commit comments