Skip to content
Snippets Groups Projects
Commit 3ef39662 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

clang-format

parent 3704eb1b
No related branches found
No related tags found
1 merge request!2055GUI cleanup while reading towards detector editor
Pipeline #116106 passed
......@@ -75,5 +75,5 @@ void FontScalingEvent::setTickLabelFont(const QFont& font)
m_plot->customPlot()->xAxis->setTickLabelFont(font);
m_plot->customPlot()->yAxis->setTickLabelFont(font);
if (auto* color_map = dynamic_cast<ColorMap*>(m_plot)) // 2D plots only
color_map->colorScale()->axis()->setTickLabelFont(font);
color_map->colorScale()->axis()->setTickLabelFont(font);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment