Add comment/documentation

This commit is contained in:
Gregory John Casamento 2024-07-15 07:06:49 -04:00
parent 74e0c19503
commit c39095cd61

View file

@ -6890,7 +6890,11 @@ For a more detailed explanation, -setSortDescriptors:. */
[cell setEnabled: flag];
}
// Font bindings...
/* Font bindings... According to Apple documentation, if the
* font binding is available, then name, size, and other
* font related bindings are ignored. Otherwise they are
* used
*/
theBinding = [GSKeyValueBinding getBinding: NSFontBinding
forObject: tb];
if (theBinding != nil)