[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:
parent
c76a3d7b48
commit
0f0f6ece42
1 changed files with 1 additions and 1 deletions
|
@ -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 "."
|
||||
|
|
Loading…
Reference in a new issue