[GB.FORM]

* BUG: TableView.Clear now hides the current edited cell.


git-svn-id: svn://localhost/gambas/trunk@6327 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2014-06-18 00:39:36 +00:00
parent 944da6d01a
commit bdf175aee1
2 changed files with 11 additions and 0 deletions

View file

@ -2373,6 +2373,10 @@ Timer_Timer
m
Clear
m
#ToolPanel
UserContainer
C

View file

@ -485,3 +485,10 @@ Private Sub NoKeyboard_Write(Value As Boolean)
$bNoKeyboard = Value
End
Public Sub Clear()
Cancel
Super.Clear
End