* Source/NSControl.m (-textDidChange:): If there is a binding with

continious update, pass on the changed text.
* Source/GSXibElement.m: Correct the handling of boolean values in attributes.
* Source/GSBindingHelpers.h,
* Source/NSKeyValueBinding.m: Prevent recursion when
reverseSetValue: is used.
* Source/NSTextField.m (-textDidChange:): Remove empty code line.
This commit is contained in:
Fred Kiefer 2021-03-27 21:20:28 +01:00
parent b8b4d7c2f0
commit 0576f2736b
6 changed files with 36 additions and 1 deletions

View file

@ -41,6 +41,7 @@
@public
NSDictionary *info;
id src;
BOOL inReverseSet;
}
+ (void) exposeBinding: (NSString *)binding forClass: (Class)clazz;