| 189 | } |
| 190 | |
| 191 | void DynamicPropertyGradingPrimaryImpl::setDirection(TransformDirection dir) noexcept |
| 192 | { |
| 193 | if (m_direction != dir) |
| 194 | { |
| 195 | m_direction = dir; |
| 196 | m_preRenderValues.update(m_style, m_direction, m_value); |
| 197 | } |
| 198 | } |
| 199 | |
| 200 | //======================================================================================== |
| 201 |