diff --git a/common/lc_propertieswidget.cpp b/common/lc_propertieswidget.cpp index 858f420a..efd0e519 100644 --- a/common/lc_propertieswidget.cpp +++ b/common/lc_propertieswidget.cpp @@ -1324,7 +1324,7 @@ void lcPropertiesWidget::SetLight(const lcArray& Selection, lcObject* SetPropertyVisible(lcObjectPropertyId::LightAreaShape, IsAreaLight); const bool IsSquare = (LightAreaShape == lcLightAreaShape::Square || LightAreaShape == lcLightAreaShape::Disk); - SetPropertyVisible(lcObjectPropertyId::LightAreaSizeX, IsAreaLight && !IsSquare); + SetPropertyVisible(lcObjectPropertyId::LightAreaSizeX, IsAreaLight); SetPropertyVisible(lcObjectPropertyId::LightAreaSizeY, IsAreaLight && !IsSquare); SetPropertyVisible(lcObjectPropertyId::LightAreaPOVRayGridX, IsAreaLight);