]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBranch.cpp
Remove special code for Qt5 to manage HiDPI. It's not needed anymore and leads to...
[lyx.git] / src / frontends / qt4 / GuiBranch.cpp
index 3124314401dda7abec6f6fe49b38774a64330b9e..c3629051155f3e5d6ef61cb0056568405354250c 100644 (file)
@@ -64,6 +64,14 @@ docstring GuiBranch::dialogToParams() const
        return from_utf8(InsetBranch::params2string(params));
 }
 
+
+bool GuiBranch::checkWidgets(bool readonly) const
+{
+       branchCO->setEnabled(!readonly);
+       return InsetParamsWidget::checkWidgets();
+}
+
+
 } // namespace frontend
 } // namespace lyx