This patch fixes Bug #3404 as well.
Le samedi 24 septembre 2005 à 17:33 +0200, Frank Richter a écrit :
On 22.09.2005 16:57, Frank Richter wrote:
Diff to try 3: Use less callbacks, only pass window func. SendMessageW() is used in case the func is 0.
Frank Richter frank.richter@gmail.com When doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind the scenes to obtain an exact length. This seems to match the behaviour of recent Windowses and as well fixes a couple of regressions (caused by theming suddenly making the standard controls Unicode).
Any comments on this one?
-f.r.