mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 11:24:19 +00:00
Interface mockup 18
This commit is contained in:
@@ -38,6 +38,9 @@ PropertiesPanelView::PropertiesPanelView(PropertiesPanel* widget,
|
||||
connect(session_state_, &ifcviewerfull::SessionState::projectReset, this, [this]() {
|
||||
refresh(0);
|
||||
});
|
||||
connect(session_state_, &ifcviewerfull::SessionState::projectOpened, this, [this](const QString&) {
|
||||
refresh(0);
|
||||
});
|
||||
refresh(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user