Make some properties constant in `OnScreenButton`

They were initially made variable by mistake
This commit is contained in:
lynxnb 2023-03-31 01:52:34 +02:00 committed by Billy Laws
parent 37a2a2fbad
commit 3f2fd7a653
1 changed files with 2 additions and 2 deletions

View File

@ -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