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:
Gregory John Casamento 2011-04-27 00:13:02 +00:00
parent 6fb6fc17a1
commit 5242b29ed1
2 changed files with 9 additions and 0 deletions

View file

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

View file

@ -174,6 +174,10 @@
{
[sendActionMatrix selectCellAtRow: 1 column: 0];
}
else
{
[sendActionMatrix selectCellAtRow: 0 column: 0];
}
[super revert:sender];
}