We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5833720 commit 0b36878Copy full SHA for 0b36878
1 file changed
procedures/CodeBrowser_hooks.ipf
@@ -51,6 +51,11 @@ Function initializePanel()
51
debugPrint("Error: SetIgorOption returned " + num2str(V_flag))
52
endif
53
54
+ Execute/Z/Q "SetIgorOption recreateListboxHScroll=1"
55
+ if (!(V_flag == 0))
56
+ debugPrint("Error: SetIgorOption returned " + num2str(V_flag))
57
+ endif
58
+
59
SetIgorHook AfterCompiledHook=updatePanel
60
debugPrint("AfterCompiledHook: " + S_info)
61
0 commit comments