Skip to content

Commit e77a79c

Browse files
committed
allow to open a procedure file with only includes (this should be the last place where this did not work)
1 parent e7eb76c commit e77a79c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

procedures/CodeBrowser_gui.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Function popupProcedures(pa) : PopupMenuControl
297297
endif
298298

299299
if(updateListBoxHook() == 0)
300-
showCode(procedure)
300+
showCode(getCurrentItem(procedure=1))
301301
endif
302302
break
303303
endswitch

0 commit comments

Comments
 (0)