remove a print

This commit is contained in:
2023-07-10 11:50:39 -06:00
parent a7276ea174
commit 3879945659

View File

@@ -36,7 +36,7 @@
// HANDLE WHEN A CONTROL IS SELECTED:
{
(when ~selectionMarker
(when selectionMarker
(set selectionMarker.visible true)
(set selectionMarker.y controlToSelect.y)
(set selectionMarker.x (- controlToSelect.x selectionMarker.width textSize)))