From 60ed8bb7a6cd3baad93a5187d91c4791e940a2f6 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Wed, 29 Jan 2025 19:54:34 +0100 Subject: [PATCH] SF_button_sweepFormula_tofront: Retrieve Sweepformula plot window When the windows is moved to the front we now also retrieve it, i.e. move fully into the IP window so that it is always visible. Found during live testing yesterday. --- Packages/MIES/MIES_SweepFormula.ipf | 1 + 1 file changed, 1 insertion(+) diff --git a/Packages/MIES/MIES_SweepFormula.ipf b/Packages/MIES/MIES_SweepFormula.ipf index bf9477d2de..271b001a9e 100644 --- a/Packages/MIES/MIES_SweepFormula.ipf +++ b/Packages/MIES/MIES_SweepFormula.ipf @@ -6715,6 +6715,7 @@ Function SF_button_sweepFormula_tofront(STRUCT WMButtonAction &ba) : ButtonContr for(i = 0; i < numWins; i += 1) wName = StringFromList(i, wList) DoWindow/F $wName + DoIgorMenu "Control", "Retrieve Window" endfor break