[Editor] Make Map Editor shows cursor coordinates starting from 0, 0
This commit is contained in:
@@ -26,8 +26,8 @@ class MapStatusBarView : View() {
|
|||||||
label(
|
label(
|
||||||
Bindings.format(
|
Bindings.format(
|
||||||
"Cursor: %d, %d",
|
"Cursor: %d, %d",
|
||||||
editorStateVM.cursorColumnProperty.add(1),
|
editorStateVM.cursorColumnProperty,
|
||||||
editorStateVM.cursorRowProperty.add(1)
|
editorStateVM.cursorRowProperty
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user