[GB.FORM.EDITOR]

* BUG: TextEditor: Never call the refresh timer when the side bar is hidden.


git-svn-id: svn://localhost/gambas/trunk@8058 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Fabien Bodard 2017-01-16 17:30:04 +00:00
parent cfa1adbc86
commit 96df625cc0

View file

@ -4109,7 +4109,7 @@ Private Sub ToggleRow(Y As Integer)
_ExpandRow(Y)
Endif
$hTimerSideBarRefresh.Start
If $bShowPreview Then $hTimerSideBarRefresh.Start
End