From 3ef39662523ac1275595ff0ce75c18bea678cd9b Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Wed, 25 Oct 2023 15:28:03 +0200 Subject: [PATCH] clang-format --- GUI/View/PlotScale/FontScalingEvent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/View/PlotScale/FontScalingEvent.cpp b/GUI/View/PlotScale/FontScalingEvent.cpp index 8a4d0fff6da..39927a1dc61 100644 --- a/GUI/View/PlotScale/FontScalingEvent.cpp +++ b/GUI/View/PlotScale/FontScalingEvent.cpp @@ -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); } -- GitLab