Skip to content

Commit

Permalink
AB_WindowHook: Save list of files and folders on kill vote
Browse files Browse the repository at this point in the history
This makes closing the panel and reopening it due to an old version
message less annoying.
  • Loading branch information
t-b committed Dec 18, 2024
1 parent 9994666 commit 47541ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Packages/MIES/MIES_AnalysisBrowser.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -3497,6 +3497,9 @@ End
Function AB_WindowHook(STRUCT WMWinHookStruct &s)

switch(s.eventCode)
case EVENT_WINDOW_HOOK_KILLVOTE:
AB_SaveSourceListInSettings()
break
case EVENT_WINDOW_HOOK_KILL:

AB_MemoryFreeMappedDF()
Expand Down

0 comments on commit 47541ea

Please sign in to comment.