Skip to content

Commit

Permalink
DB: Set "sep. TTL" checkbox by default to checked on DB/SB open
Browse files Browse the repository at this point in the history
- increase DB panel version
  • Loading branch information
MichaelHuth committed Jul 28, 2023
1 parent ecb554b commit 8a9abff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/MIES/MIES_Constants.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Constant DAQ_CONFIG_WAVE_VERSION = 2

/// Used to upgrade the GuiStateWave as well as the DA Ephys panel
Constant DA_EPHYS_PANEL_VERSION = 62
Constant DATA_SWEEP_BROWSER_PANEL_VERSION = 46
Constant DATA_SWEEP_BROWSER_PANEL_VERSION = 47
Constant WAVEBUILDER_PANEL_VERSION = 14
Constant ANALYSISBROWSER_PANEL_VERSION = 3

Expand Down
1 change: 1 addition & 0 deletions Packages/MIES/MIES_DataBrowser.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Function DB_ResetAndStoreCurrentDBPanel()
PGC_SetAndActivateControl(bsPanel, "Settings", val = 0)
CheckBox check_overlaySweeps_disableHS, WIN = $bsPanel, value= 0
CheckBox check_overlaySweeps_non_commula, WIN = $bsPanel, value= 0
CheckBox check_BrowserSettings_splitTTL, WIN = $bsPanel, value= 1
PopupMenu popup_overlaySweeps_select, WIN = $bsPanel, mode=1
SetVariable setvar_overlaySweeps_offset, WIN = $bsPanel, value= _NUM:0
SetVariable setvar_overlaySweeps_step, WIN = $bsPanel, value= _NUM:1
Expand Down
2 changes: 1 addition & 1 deletion Packages/MIES/MIES_DataBrowser_Macro.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ Window DataBrowser() : Graph
CheckBox check_BrowserSettings_splitTTL,userdata(ResizeControlsInfo)+=A"zzzzzzzzzzzz!!#u:Du]k<zzzzzzzzzzz"
CheckBox check_BrowserSettings_splitTTL,userdata(ResizeControlsInfo)+=A"zzz!!#u:Du]k<zzzzzzzzzzzzzz!!!"
CheckBox check_BrowserSettings_splitTTL,userdata(Config_RestorePriority)="20"
CheckBox check_BrowserSettings_splitTTL,value=0
CheckBox check_BrowserSettings_splitTTL,value=1
PopupMenu popup_DB_lockedDevices,pos={54.00,301.00},size={205.00,19.00},bodyWidth=100,proc=DB_PopMenuProc_LockDBtoDevice
PopupMenu popup_DB_lockedDevices,title="Device assignment:"
PopupMenu popup_DB_lockedDevices,help={"Select a data acquistion device to display data"}
Expand Down

0 comments on commit 8a9abff

Please sign in to comment.