Andreas Mohr <[EMAIL PROTECTED]> wrote:

>I have a problem with the Matlab editor:
>If I open Tools/Font..., I get a ChooseFontA().
>This ChooseFontA dialog however doesn't get focused.
>Instead its parent stays "focused" (i.e.: yellow border),
>but as soon as you try to select any other window, *ANY* focus
>in the whole WM is *COMPLETELY* gone.
>Wasn't some recent patch supposed to fix *all* focus problems ??

Main problem with ChooseFont common DIALOG is that its dialog proc
constructed as a WINDOW proc, i.e. returns LRESULT instead of BOOL.

Some time ago I wanted to fix it, but had no time.

Dmitry.


Reply via email to