WINGs: Changed the minimum internal knob size of WScroller
commitdcfd7a4b5e9c3ccdb0a1ccd1270b214c0ed8ae8d
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 10 May 2013 22:07:17 +0000 (11 00:07 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 10 May 2013 23:17:27 +0000 (11 00:17 +0100)
treebc3e90ead08f4f5a553712c9dabcf9a3bbe00b21
parent8ef38e99109c62f52d9c00c69dfae2531b16e472
WINGs: Changed the minimum internal knob size of WScroller

The original code allowed to have 0.0, but this can generate
division by zero in WScrollView. As a value of 0.0 is not realistic
anyway, use a minimum constant instead.
WINGs/wscroller.c