Help browser: Correctly save and restore the side panel state.
[DEVELOPMENT ENVIRONMENT] * BUG: Help browser: Correctly save and restore the side panel state.
This commit is contained in:
parent
bf33067bdd
commit
be3731a7c2
3 changed files with 7390 additions and 7155 deletions
app/src/gambas3
File diff suppressed because it is too large
Load diff
|
@ -77,8 +77,6 @@ Public Sub Form_Open()
|
|||
|
||||
Settings.Read(Me)
|
||||
Settings.Read(sdpHelp)
|
||||
btnShowPanel.Value = Settings["/FHelpBrowser/ShowPanel", False]
|
||||
btnShowPanel_Click
|
||||
|
||||
ReadConfig
|
||||
|
||||
|
@ -216,7 +214,6 @@ End
|
|||
|
||||
Public Sub btnShowPanel_Click()
|
||||
|
||||
FillTree
|
||||
sdpHelp.Hidden = False
|
||||
btnShowPanel.Hide
|
||||
|
||||
|
@ -457,5 +454,6 @@ End
|
|||
Public Sub sdpHelp_Show()
|
||||
|
||||
btnShowPanel.Hide
|
||||
FillTree
|
||||
|
||||
End
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
Arrangement = Arrange.Fill
|
||||
Orientation = Align.Left
|
||||
Transparent = True
|
||||
Hidden = True
|
||||
{ tabClass TabPanel
|
||||
MoveScaled(0,0,27,41)
|
||||
Arrangement = Arrange.Vertical
|
||||
|
|
Loading…
Reference in a new issue