mirror of
https://github.com/Takiiiiiiii/strato.git
synced 2025-07-17 08:46:39 +00:00
Make some properties constant in OnScreenButton
They were initially made variable by mistake
This commit is contained in:
@ -98,12 +98,12 @@ abstract class OnScreenButton(
|
||||
/**
|
||||
* The edit session information, populated by the view
|
||||
*/
|
||||
protected var editInfo = onScreenControllerView.editInfo
|
||||
protected val editInfo = onScreenControllerView.editInfo
|
||||
|
||||
/**
|
||||
* The touch point when the edit session started
|
||||
*/
|
||||
protected var editInitialTouchPoint = PointF()
|
||||
protected val editInitialTouchPoint = PointF()
|
||||
|
||||
/**
|
||||
* The scale of the button when the edit session started
|
||||
|
Reference in New Issue
Block a user