Skip to content

Commit

Permalink
Merge pull request #2161 from AllenInstitute/bugfix/2161-spurious-con…
Browse files Browse the repository at this point in the history
…trol

DB_ResetAndStoreCurrentDBPanel: Fix missing window specication for ListBox. This created a spurious listbox in the main window.
  • Loading branch information
t-b authored Jul 5, 2024
2 parents 282b0a3 + b718423 commit c0a67e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/MIES/MIES_DataBrowser.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Function DB_ResetAndStoreCurrentDBPanel()
SetControlUserData(bsPanel, "check_BrowserSettings_DAC", "oldState", "")
EnableControls(bsPanel, "check_BrowserSettings_DAC;check_BrowserSettings_ADC;check_BrowserSettings_OVS")

ListBox list_dashboard, selRow=-1
ListBox list_dashboard, WIN=$bsPanel, selRow=-1

DoWindow/T $device, ""

Expand Down

0 comments on commit c0a67e0

Please sign in to comment.