mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 09:21:22 +00:00
* Source/GSTextFinder.m: Fix Ignore Case option to work.
Patch by Doug Simons <doug.simons@testplant.com> * Source/NSControl.m (-initWithCoder:): Don't use NSEnabled flag as it is wrong for NSComboBox. * Source/NSComboBoxCell.m (_loadButtonCell): Set enabled on button cell. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@38933 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1f3a02d1e7
commit
6c79a91744
4 changed files with 14 additions and 1 deletions
|
@ -1885,6 +1885,7 @@ static inline NSRect buttonCellFrameFromRect(NSRect cellRect)
|
|||
[_buttonCell setBordered: YES];
|
||||
[_buttonCell setTarget: self];
|
||||
[_buttonCell setAction: @selector(_didClickWithinButton:)];
|
||||
[_buttonCell setEnabled: [self isEnabled]];
|
||||
}
|
||||
|
||||
- (void) _selectCompleted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue