Skip to content

Commit 99b306b

Browse files
committed
FIX: Don't initialize the panel on every window activation
1 parent 74ca289 commit 99b306b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

procedures/CodeBrowser_hooks.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Function panelHook(s)
6767
break
6868
endif
6969
initializePanel()
70-
markAsUnInitialized()
70+
markAsInitialized()
7171
hookResult = 1
7272
break
7373
case 2: // kill

0 commit comments

Comments
 (0)