mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
Properly read and display the state of the text field for enter/end editing.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@32930 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6fb6fc17a1
commit
5242b29ed1
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-04-26 20:24-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Palettes/2Controls/GormTextFieldAttributesInspector.m: Fix issue
|
||||
with refreshing display of enter/end editing when selecting fields.
|
||||
|
||||
2011-04-01 03:04-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Palettes/2Controls/GormNSTextFieldInspector.gorm: Add matrix
|
||||
|
|
|
@ -174,6 +174,10 @@
|
|||
{
|
||||
[sendActionMatrix selectCellAtRow: 1 column: 0];
|
||||
}
|
||||
else
|
||||
{
|
||||
[sendActionMatrix selectCellAtRow: 0 column: 0];
|
||||
}
|
||||
|
||||
[super revert:sender];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue