| 127 | } |
| 128 | |
| 129 | void ClientCompKnob::setInlineEditEnabled(bool on) |
| 130 | { |
| 131 | if (m_inlineEdit == on) return; |
| 132 | m_inlineEdit = on; |
| 133 | if (m_valueEdit) m_valueEdit->setVisible(on); |
| 134 | update(); |
| 135 | } |
| 136 | |
| 137 | void ClientCompKnob::setValue(float physical) |
| 138 | { |