Layerdialog: "cbHelpLayer" always shown unchecked
Posted by DietmarKuehn on Jan 31, 2012; 4:15pm
URL: https://forum.librecad.org/Layerdialog-cbHelpLayer-always-shown-unchecked-tp5444968.html
In file "src/ui/forms/qg_layerdialog.cpp" in function "void QG_LayerDialog::setLayer(RS_Layer* l) { ..."
i am missing a line with
cbHelpLayer->setChecked(...) depending on layer->isHelpLayer() . We should add it.