[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:
parent
cfa1adbc86
commit
96df625cc0
1 changed files with 1 additions and 1 deletions
|
@ -4109,7 +4109,7 @@ Private Sub ToggleRow(Y As Integer)
|
|||
_ExpandRow(Y)
|
||||
Endif
|
||||
|
||||
$hTimerSideBarRefresh.Start
|
||||
If $bShowPreview Then $hTimerSideBarRefresh.Start
|
||||
|
||||
End
|
||||
|
||||
|
|
Loading…
Reference in a new issue