From 96df625cc0a8c9a175f73974cfe3a46e03069cfc Mon Sep 17 00:00:00 2001 From: Fabien Bodard Date: Mon, 16 Jan 2017 17:30:04 +0000 Subject: [PATCH] [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 --- comp/src/gb.form.editor/.src/TextEditor.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comp/src/gb.form.editor/.src/TextEditor.class b/comp/src/gb.form.editor/.src/TextEditor.class index 460308853..abe992c97 100644 --- a/comp/src/gb.form.editor/.src/TextEditor.class +++ b/comp/src/gb.form.editor/.src/TextEditor.class @@ -4109,7 +4109,7 @@ Private Sub ToggleRow(Y As Integer) _ExpandRow(Y) Endif - $hTimerSideBarRefresh.Start + If $bShowPreview Then $hTimerSideBarRefresh.Start End