Merge pull request #723 from IBSYSLevi/feature/cabinet-layout

Added width/height/depth properties to elements
This commit is contained in:
ispyisail
2026-09-16 18:51:34 +12:00
committed by GitHub
6 changed files with 109 additions and 12 deletions
+3
View File
@@ -395,6 +395,9 @@ DiagramContext ElementInfoWidget::currentInfo() const
for (const auto &eipw : std::as_const(m_eipw_list))
{
if (!eipw->hasAcceptableInput())
continue;
//add value only if they're something to store
if (!eipw->text().isEmpty())
{