mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-09-26 03:44:14 +02:00
Merge pull request #723 from IBSYSLevi/feature/cabinet-layout
Added width/height/depth properties to elements
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user