mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
* Palettes/2Controls/GormButtonAttributesInspector.m (ok:): removed unused code.
This commit is contained in:
parent
8b82a20794
commit
540ce531df
1 changed files with 0 additions and 10 deletions
|
@ -265,16 +265,6 @@ NSString *rtString = nil;
|
|||
{
|
||||
[obj setBezelStyle: [[sender selectedItem] tag]];
|
||||
}
|
||||
else if ([sender isKindOfClass: [NSMenuItem class]] )
|
||||
{
|
||||
/*
|
||||
* In old NSPopUpButton implementation we do receive
|
||||
* the selected menu item here. Not the PopUpbutton 'typeButton'
|
||||
* FIXME: Ideally we should also test if the menu item belongs
|
||||
* to the 'type button' control. How to do that?
|
||||
*/
|
||||
[(NSButton *)obj setButtonType: [sender tag]];
|
||||
}
|
||||
else if (sender == altMod)
|
||||
{
|
||||
if ([altMod state] == NSOnState)
|
||||
|
|
Loading…
Reference in a new issue