Skip to content

Commit d95bcd7

Browse files
committed
Recreate global string for search box on panel initialization
1 parent d758a56 commit d95bcd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

procedures/CodeBrowser_hooks.ipf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Function initializePanel()
5555
debugPrint("AfterCompiledHook: " + S_info)
5656

5757
updatePanel()
58+
59+
setGlobalStr("search","")
5860
End
5961

6062
// Prepare for panel closing, must be called before the panel is killed or the experiment closed

0 commit comments

Comments
 (0)