mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
* GormCore/GormInspectorsManager.m: Disable menu update during
bulk change.
This commit is contained in:
parent
d954dc9cbc
commit
85247d72a3
2 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
compare function.
|
||||
* Palettes/2Controls/GormFormAttributesInspector.m,
|
||||
* Palettes/2Controls/GormMatrixAttributesInspector.m: Add missing include.
|
||||
* GormCore/GormInspectorsManager.m: Disable menu update during
|
||||
bulk change.
|
||||
|
||||
2019-02-07 02:15-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
|
|
|
@ -252,6 +252,7 @@
|
|||
NSInteger index = 0;
|
||||
id obj = nil;
|
||||
|
||||
[[popup menu] setMenuChangedMessagesEnabled: NO];
|
||||
[popup removeAllItems];
|
||||
while((obj = [en nextObject]) != nil)
|
||||
{
|
||||
|
@ -266,6 +267,7 @@
|
|||
[item setTag: tag];
|
||||
index++;
|
||||
}
|
||||
[[popup menu] setMenuChangedMessagesEnabled: YES];
|
||||
}
|
||||
|
||||
- (void) setCurrentInspector: (id)anObj
|
||||
|
|
Loading…
Reference in a new issue