[ui] improve open recent files

* fix path conversion on windows
* remove invalid paths from the list on error
* explicit error message for "No Such File"
This commit is contained in:
Fabien Castan 2020-03-16 19:58:37 +01:00
parent dcf91c244e
commit 0e434908a5
6 changed files with 101 additions and 19 deletions

View file

@ -280,6 +280,8 @@ class Graph(BaseObject):
# Create graph edges by resolving attributes expressions
self._applyExpr()
return True
@property
def updateEnabled(self):
return self._updateEnabled