[Gambas-user] DateChooser mouse_scroll
Brought to you by:
gambas
|
From: abbat81 <abb...@ma...> - 2014-11-20 15:47:24
|
Hi in DateChooser control, as I think it must be fixed a vector of scrolling. Scrolling_UP_Month = Scrolling_UP_Day Scrolling_UP_Month -= 1 Scrolling_UP_Day -= 1 Scrolling_DOWN_Month += 1 Scrolling_DOWN_Day += 1 Or invert. -- View this message in context: http://gambas.8142.n7.nabble.com/DateChooser-mouse-scroll-tp49313.html Sent from the gambas-user mailing list archive at Nabble.com. |