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:
gambas 2021-04-19 14:03:19 +02:00
parent 8002a21b1d
commit 1a27f285ca

View file

@ -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