[Bug 44677] Property dialogs in Visio 2003 are not working with Wine 3.2/ 3.3

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Mar 23 06:42:42 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=44677

--- Comment #17 from Christian Uceda <christianuceda at yahoo.com> ---
Hi Nikolay,

I just tested with your suggested change:

static BOOL is_builtin_class( const WCHAR *name )
{
    static const WCHAR classesW[][20] =
    {
        {'B','u','t','t','o','n',0},
        {'C','o','m','b','o','B','o','x',0},
        {'C','o','m','b','o','L','B','o','x',0},
        {'E','d','i','t',0},
        {'I','M','E',0},
        {'M','D','I','C','l','i','e','n','t',0},
        {'S','c','r','o','l','l','b','a','r',0},
    };

It did not made any change, the list of fonts is not the correct one and the
drawing gets any font not listed changed to Arial which ruins the text layout
on drawings.

I will open another bug report for this.

Thank you very much for all your help with this.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list