mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
* Palettes/2Controls/GormButtonAttributesInspector.m: fixed "Momentary Light"
button type value.
This commit is contained in:
parent
2b4b6171e6
commit
4c915602dd
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ NSString *rtString = nil;
|
|||
if (highlight == NSChangeBackgroundCellMask)
|
||||
{
|
||||
if (stateby == NSNoCellMask)
|
||||
type = NSMomentaryLight;
|
||||
type = NSMomentaryLightButton;
|
||||
else
|
||||
type = NSOnOffButton;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue