Add tool table list to UI

This commit is contained in:
Patrick F
2020-04-10 22:10:35 +02:00
parent 034b48f849
commit c94ef27e0d
4 changed files with 313 additions and 105 deletions

View File

@@ -49,7 +49,7 @@ class CommandToolBitLibraryOpen:
lastlib = PathPreferences.lastPathToolLibrary()
if PathPreferences.toolsOpenLastLibrary() and lastlib.endswith('.fctl'):
if PathPreferences.toolsOpenLastLibrary():
library.open(lastlib)
else:
library.open()