mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
Typo fix
This commit is contained in:
parent
cfaeff1516
commit
96d1b8c068
@ -156,7 +156,7 @@ end
|
||||
-- or create your own style
|
||||
-- @table style
|
||||
-- @tfield[opt=10] number DRAG_DEADZONE Distance in pixels to start dragging
|
||||
-- @tfield[opt=false] boolean NO_USE_SCREEN_KOEF If screen aspect ration affects on drag values
|
||||
-- @tfield[opt=false] boolean NO_USE_SCREEN_KOEF If screen aspect ratio affects on drag values
|
||||
function Drag.on_style_change(self, style)
|
||||
self.style = {}
|
||||
self.style.DRAG_DEADZONE = style.DRAG_DEADZONE or 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user