From bdce89211f42bb7ee2c76dd71da71fcd92b3f25b Mon Sep 17 00:00:00 2001 From: shallowmallow Date: Mon, 10 Jul 2023 16:47:06 +0200 Subject: [PATCH] Causes problems when bitmapPosition is set, seems unneeded --- src/hx/widgets/AnyButton.hx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hx/widgets/AnyButton.hx b/src/hx/widgets/AnyButton.hx index 3ce4f29c..a18a8367 100644 --- a/src/hx/widgets/AnyButton.hx +++ b/src/hx/widgets/AnyButton.hx @@ -24,7 +24,6 @@ class AnyButton extends Control { anyButtonRef.ptr.setBitmap(value.bitmapRef.ref); if (!_hasBitmap) { _hasBitmap = true; - set_bitmapPosition(bitmapPosition); } return value; }