Skip to content

Commit 60ed8bb

Browse files
committed
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.
1 parent 91c8e53 commit 60ed8bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Packages/MIES/MIES_SweepFormula.ipf

+1
Original file line numberDiff line numberDiff line change
@@ -6715,6 +6715,7 @@ Function SF_button_sweepFormula_tofront(STRUCT WMButtonAction &ba) : ButtonContr
67156715
for(i = 0; i < numWins; i += 1)
67166716
wName = StringFromList(i, wList)
67176717
DoWindow/F $wName
6718+
DoIgorMenu "Control", "Retrieve Window"
67186719
endfor
67196720

67206721
break

0 commit comments

Comments
 (0)