Closed mweidner037 closed 1 year ago
CRichText would print an unhandled error if loaded with an empty state. This was due to CValueList emitting a 0-length Insert event if loaded with an empty state, which should not happen.
CRichText
CValueList
This change fixes the bug and adds unit tests to catch it.
CRichText
would print an unhandled error if loaded with an empty state. This was due toCValueList
emitting a 0-length Insert event if loaded with an empty state, which should not happen.This change fixes the bug and adds unit tests to catch it.