TDBAdvMemo - Clipboard

Hi,


when I upgraded to TDBAdvMemo 3.0.1.1 (from 3.0.0.1) with Delphi XE2 Upgrade 4 HF 1 the component introduced a wrong behavior with the "Paste from clipboard" function:

- I've a blank memo
- I'm in editing or insert mode
- I copy some text from Notepad
- I right-click on the TDBAdvMemo and click "Paste" 
- the text is pasted to the Memo

If I do not press any other key but click on "Post" the memo content is not written (the datasource isn't informed on the text changed due to the paste action)
If i press any other key into the memo (ex. Space, Return, a,b, ....) and the click the post command, the text is written correctly to the datasource.

Is there a workaround?

Thanks