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
parent c41a3e3efd
commit 2375513ff6

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