SidePanel: Hidden side panels have now a one pixel size.
[GB.FORM] * BUG: SidePanel: Hidden side panels have now a one pixel size. Because GTK+ components cannot handle zero-size controls at the moment.
This commit is contained in:
parent
8002a21b1d
commit
1a27f285ca
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ Private Sub TogglePanel()
|
|||
|
||||
If Application.Animations Then
|
||||
|
||||
$iTarget = If($bTransparent, 0, BUTTON_H)
|
||||
$iTarget = If($bTransparent, 1, BUTTON_H)
|
||||
|
||||
$hTimerAnim = New Timer As "TimerAnim"
|
||||
$hTimerAnim.Delay = 20
|
||||
|
|
Loading…
Reference in a new issue