Skip to content
Snippets Groups Projects
Commit 44a540c9 authored by gambas's avatar gambas
Browse files

Code editor: Opening the procedure list now should make the current procedure...

Code editor: Opening the procedure list now should make the current procedure name visible reliably.

[DEVELOPMENT ENVIRONMENT]
* BUG: Code editor: Opening the procedure list now should make the current procedure name visible reliably.
parent 1ad9bf59
Branches
Tags
No related merge requests found
Pipeline #496625101 passed
......@@ -42,7 +42,7 @@ Public Sub Init(hModule As FEditor, sClass As String, aProc As String[], iCurren
Me.Resize(W, Min(H, $aProc.Count * gvwProc.Rows.H + panFilter.H + 3))
Try gvwProc[$iCurrent, 0].EnsureVisible
Try gvwProc[$iInit, 0].EnsureVisible
$sFind = ""
$fTimerFind = Timer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment