kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #22832
Re: OS X: pinch-to-zoom support for wxWidgets 3.1
Le 22/01/2016 07:49, Bernhard Stegmaier a écrit :
> Hi,
>
> any objections or problems with this patch so it didn’t get applied yet?
> Or, did it just get lost in some inboxes…
>
>
> Regards,
> Bernhard
>
>> On 17 Jan 2016, at 22:00, Bernhard Stegmaier <stegmaier@xxxxxxxxxxxxx> wrote:
>>
>> Hi,
>>
>> current mainline pinch-to-zoom support on OS X only works with a patched wxWidgets 3.0.
>> Pinch-to-zoom support now officially has arrived in wxWidgets master/3.1.
>> The attached patch also adds support for pinch-to-zoom with official (unpatched) wxWidgets master/3.1.
>> It should be safe for all platforms, because according to the documentation the new wxEVT_MAGNIFY event is only generated on OS X.
>>
>>
>> Regards,
>> Bernhard
>>
Perhaps just replacing
ifdef USE_OSX_MAGNIFY_EVENT
by
ifdef EVT_MAGNIFY
is enough.
Can you test if ?
--
Jean-Pierre CHARRAS
References