From 819379d1fa0f209dd1d409b5d8c7889d17beb8e5 Mon Sep 17 00:00:00 2001 From: "Alexander V. Wolf" Date: Mon, 26 Feb 2024 13:52:10 +0700 Subject: [PATCH] cosmetic fix --- src/gui/SearchDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/SearchDialog.cpp b/src/gui/SearchDialog.cpp index 0f3fd0330739ff..9e05da7b365089 100644 --- a/src/gui/SearchDialog.cpp +++ b/src/gui/SearchDialog.cpp @@ -516,6 +516,7 @@ void SearchDialog::changeTab(int index) if (index==2) // Position { + setCenterOfScreenCoordinates(); if (useFOVCenterMarker) GETSTELMODULE(SpecialMarkersMgr)->setFlagFOVCenterMarker(true); }