From 5449520868a41eb62d3c74bf2445e3b0770a0cc5 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Thu, 15 Feb 2024 20:41:27 +0100 Subject: [PATCH] . --- GUI/View/Plotter/ProjectionsPlot.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/GUI/View/Plotter/ProjectionsPlot.cpp b/GUI/View/Plotter/ProjectionsPlot.cpp index ac6de4df3c6..ad6f97ea39f 100644 --- a/GUI/View/Plotter/ProjectionsPlot.cpp +++ b/GUI/View/Plotter/ProjectionsPlot.cpp @@ -161,7 +161,6 @@ void ProjectionsPlot::updateProjectionsData() { if (!m_data_item) return; - updateAxesRange(); updateAxesTitle(); setLogz(m_data_item->isLog()); -- GitLab