mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-08 02:15:53 +08:00
setting an adjustment with non-zero page size is deprecated
This commit is contained in:
@@ -200,7 +200,7 @@ class basic_widget = fun ?(height=800) ?width ?(projection = Mercator) ?georef (
|
||||
|
||||
val adj = GData.adjustment
|
||||
~value:1. ~lower:0.005 ~upper:10.
|
||||
~step_incr:0.25 ~page_incr:1.0 ~page_size:1.0 ()
|
||||
~step_incr:0.25 ~page_incr:1.0 ~page_size:0. ()
|
||||
|
||||
method info = info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user