Hi Ana,

On Sat, Sep 06, 2014 at 03:13:14PM +0200, Ana Guerrero Lopez wrote:
> cycle is using awxCalendarCtrl::EnableYearChange that has deprecreated
> according to wxwidgets3.0-3.0.1/docs/changes.txt:
> 
> - wxCalendarCtrl::EnableYearChange() and wxCAL_NO_YEAR_CHANGE are deprecated.
>   There is no replacement for this functionality, it is being dropped as it is
>   not available in native wxCalendarCtrl implementations.
> 
> Any hints about this?

The docs say that disabling the month change implicitly disables the
year change.  Looking at the cycle code, it always disables/enables
the month and year changing together, so I think you can just remove
the deprecated calls and it'll still work as intended.

Cheers,
    Olly


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to