mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
* Palettes/2Controls/GormFormAttributesInspector.m: Minor
cleanup in ok: * Palettes/2Controls/GormNSFormInspector.gorm: Added missing connections. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23317 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
32c3144b50
commit
b05e6844d4
4 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-08-19 19:18-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/2Controls/GormFormAttributesInspector.m: Minor
|
||||
cleanup in ok:
|
||||
* Palettes/2Controls/GormNSFormInspector.gorm: Added missing
|
||||
connections.
|
||||
|
||||
2006-08-16 00:54-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GormDocument.m: Simplify message in
|
||||
|
|
|
@ -161,8 +161,10 @@
|
|||
- (void) revert: (id) sender
|
||||
{
|
||||
if ( object == nil )
|
||||
return;
|
||||
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
/* background color */
|
||||
[backgroundColorWell setColorWithoutAction: [object backgroundColor]];
|
||||
[drawsBackgroundSwitch setState:
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue