Set focus on canvas after image is loaded
This commit is contained in:
parent
c5ceaa687d
commit
36ab14943e
@ -807,6 +807,7 @@ class MainWindow(QMainWindow, WindowMixin):
|
||||
xmlPath = os.path.join(self.defaultSaveDir, basename)
|
||||
self.loadPascalXMLByFilename(xmlPath)
|
||||
|
||||
self.canvas.setFocus()
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user