mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix missing project library ui data refresh
E.g. it wasn't updated on undo
This commit is contained in:
@@ -29,6 +29,7 @@ from typing import Union, Any
|
||||
def refresh():
|
||||
ProjectData.is_loaded = False
|
||||
LinksData.is_loaded = False
|
||||
ProjectLibraryData.is_loaded = False
|
||||
|
||||
|
||||
class ProjectData:
|
||||
|
||||
Reference in New Issue
Block a user