"General"-tab
| 290 | |
| 291 | // "General"-tab |
| 292 | void CartesianPlotLegendDock::lockChanged(bool locked) { |
| 293 | CONDITIONAL_LOCK_RETURN; |
| 294 | |
| 295 | for (auto* legend : m_legendList) |
| 296 | legend->setLock(locked); |
| 297 | } |
| 298 | |
| 299 | // General |
| 300 | void CartesianPlotLegendDock::labelFontChanged(const QFont& font) { |