[DEVELOPMENT ENVIRONMENT]

* BUG: Hide the help panel in automatic completion when we are not editing 
  source code.


git-svn-id: svn://localhost/gambas/trunk@7023 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2015-04-06 22:15:24 +00:00
parent c76a3d7b48
commit 0f0f6ece42

View file

@ -78,7 +78,7 @@ Public Sub Open(hForm As Object, sMode As String, Optional sClass As String, Opt
$sClass = ""
$sEventClass = ""
$bShowHelp = Settings["/ShowHelpInPopup", 1]
$bShowHelp = Settings["/ShowHelpInPopup", 1] And hForm Is FEditor
Select $sMode
Case "."