mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +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():
|
def refresh():
|
||||||
ProjectData.is_loaded = False
|
ProjectData.is_loaded = False
|
||||||
LinksData.is_loaded = False
|
LinksData.is_loaded = False
|
||||||
|
ProjectLibraryData.is_loaded = False
|
||||||
|
|
||||||
|
|
||||||
class ProjectData:
|
class ProjectData:
|
||||||
|
|||||||
Reference in New Issue
Block a user