Skip to content

Commit a857f56

Browse files
authored
Merge pull request #2487 from AllenInstitute/bugfix/2487-wavebuilder-startup-settings
PS_RemoveCoordinateSaving: Don't remove the window group
2 parents 11c9470 + 0426fcd commit a857f56

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Packages/MIES/MIES_PackageSettings.ipf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ Function PS_RemoveCoordinateSaving(string win)
213213

214214
SetWindow $win, userdata($PS_STORE_COORDINATES)=""
215215
SetWindow $win, userdata($PS_WINDOW_NAME)=""
216-
SetWindow $win, userdata($PS_WINDOW_GROUP)=""
217216

218217
SetWindow $win, hook($PS_COORDINATE_SAVING_HOOK)=$""
219218
End

Packages/MIES/MIES_WaveBuilderPanel.ipf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@ Function WBP_StartupSettings()
159159

160160
HideTools/A/W=$panel
161161

162-
// @todo workaround IP issue #7316
163-
WAVE/Z wv = $""
164-
ListBox listbox_combineEpochMap, listWave=wv, win=$panel
165-
166162
PS_RemoveCoordinateSaving(panel)
167163

168164
KillWindow/Z $WBP_GetFFTSpectrumPanel()
@@ -192,6 +188,7 @@ Function WBP_StartupSettings()
192188
CallFunctionForEachListItem(WBP_AdjustDeltaControls, ControlNameList(panel, ";", "popup_WaveBuilder_op_*"))
193189

194190
SetWindow $panel, userdata(panelVersion)=""
191+
ListBox listbox_combineEpochMap, listWave=$"", win=$panel
195192

196193
Execute/P/Q/Z "DoWindow/R " + panel
197194
Execute/P/Q/Z "COMPILEPROCEDURES "

0 commit comments

Comments
 (0)