Correction to window size inspector to prevent changes to window size while editing.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21777 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-10-06 00:23:02 +00:00
parent 085c65e366
commit ffcc443606
4 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2005-10-05 20:21 Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/1Windows/GormNSWindowSizeInspector.gorm: Remove delegate
from sizeForm and connect to ok:
* Palettes/1Windows/GormWindowSizeInspector.m: Cleanup in ok: and other
methods.
2005-10-05 fabien <fabien@sonappart.net>
* Palettes/2Controls/GormButtonAttributesInspector.m :

View file

@ -214,6 +214,4 @@
{
[self ok: [aNotification object]];
}
@end