* Palettes/2Controls/GormButtonAttributesInspector.m: fixed "Momentary Light"

button type value.
This commit is contained in:
Sergii Stoian 2020-01-08 18:42:13 +02:00
parent 2b4b6171e6
commit 4c915602dd

View file

@ -102,7 +102,7 @@ NSString *rtString = nil;
if (highlight == NSChangeBackgroundCellMask)
{
if (stateby == NSNoCellMask)
type = NSMomentaryLight;
type = NSMomentaryLightButton;
else
type = NSOnOffButton;
}