[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:
parent
944da6d01a
commit
bdf175aee1
2 changed files with 11 additions and 0 deletions
|
@ -2373,6 +2373,10 @@ Timer_Timer
|
|||
m
|
||||
|
||||
|
||||
Clear
|
||||
m
|
||||
|
||||
|
||||
#ToolPanel
|
||||
UserContainer
|
||||
C
|
||||
|
|
|
@ -485,3 +485,10 @@ Private Sub NoKeyboard_Write(Value As Boolean)
|
|||
$bNoKeyboard = Value
|
||||
|
||||
End
|
||||
|
||||
Public Sub Clear()
|
||||
|
||||
Cancel
|
||||
Super.Clear
|
||||
|
||||
End
|
||||
|
|
Loading…
Reference in a new issue