caf: Enabled the Tooltips. Seems to have been forgotten.

This commit is contained in:
Jacob Støren
2013-09-26 10:41:08 +02:00
parent a3d964e4eb
commit bef1d8ce7e
7 changed files with 18 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ void PdmUiCheckBoxEditor::configureAndUpdateUi(const QString& uiConfigName)
m_label->setToolTip(field()->uiToolTip(uiConfigName));
m_checkBox->setEnabled(!field()->isUiReadOnly(uiConfigName));
m_checkBox->setToolTip(field()->uiToolTip(uiConfigName));
PdmUiCheckBoxEditorAttribute attributes;
field()->ownerObject()->editorAttribute(field(), uiConfigName, &attributes);