* GormCore/GormInspectorsManager.m: Disable menu update during

bulk change.
This commit is contained in:
fredkiefer 2019-07-26 23:37:11 +02:00
parent d954dc9cbc
commit 85247d72a3
2 changed files with 4 additions and 0 deletions

View file

@ -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>

View file

@ -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