mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
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:
parent
085c65e366
commit
ffcc443606
4 changed files with 7 additions and 2 deletions
|
@ -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 :
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -214,6 +214,4 @@
|
|||
{
|
||||
[self ok: [aNotification object]];
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue