[GB.FORM]

* BUG: Fix TabPanel tab closing.


git-svn-id: svn://localhost/gambas/trunk@5136 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2012-09-06 17:18:00 +00:00
parent 2d5b69b334
commit 60a4cee44d

View File

@ -207,8 +207,8 @@ Public Sub DrawingArea_MouseDown()
Else
If $bSelected Then Return
hTabPanel.Index = GetIndex()
Me.Parent.SetFocus()
Endif
Me.Parent.SetFocus()
Endif
End