batframework 1.0.9a9__py3-none-any.whl → 1.0.9a10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- batFramework/gui/widget.py +1 -1
- {batframework-1.0.9a9.dist-info → batframework-1.0.9a10.dist-info}/METADATA +1 -1
- {batframework-1.0.9a9.dist-info → batframework-1.0.9a10.dist-info}/RECORD +6 -6
- {batframework-1.0.9a9.dist-info → batframework-1.0.9a10.dist-info}/LICENSE +0 -0
- {batframework-1.0.9a9.dist-info → batframework-1.0.9a10.dist-info}/WHEEL +0 -0
- {batframework-1.0.9a9.dist-info → batframework-1.0.9a10.dist-info}/top_level.txt +0 -0
batFramework/gui/widget.py
CHANGED
@@ -398,7 +398,7 @@ class Widget(bf.Drawable, metaclass=WidgetMeta):
|
|
398
398
|
return True if size changed
|
399
399
|
"""
|
400
400
|
new_size = tuple(map(int, self.rect.size))
|
401
|
-
if self.surface.
|
401
|
+
if self.surface.get_size() == new_size:
|
402
402
|
return False
|
403
403
|
|
404
404
|
old_alpha = self.surface.get_alpha()
|
@@ -55,13 +55,13 @@ batFramework/gui/syncedVar.py,sha256=AuDeOLkU3jHzA0t5fD7COETCCBGA3Gm0f1_8tMAyTsc
|
|
55
55
|
batFramework/gui/textInput.py,sha256=RCGKWCRmW-Nl18UUKiNXSaZ_viVrar8vHQ2odhEDOLE,12136
|
56
56
|
batFramework/gui/toggle.py,sha256=07WmNIm8I0Ts8PYB4LxTLo7OFM0Xj0K8dkO7gWRfWe8,4616
|
57
57
|
batFramework/gui/tooltip.py,sha256=Lay-4I7l6r5efk66j-KNfh4cqHmHF2mY9YtKgPYUiSk,887
|
58
|
-
batFramework/gui/widget.py,sha256=
|
58
|
+
batFramework/gui/widget.py,sha256=BZempvY8R2PRykkBG0gXMkLcwDCPv5wGxGtENmFuH4c,18161
|
59
59
|
batFramework/gui/constraints/__init__.py,sha256=qqXE8nnSrEvCSeHdqY8UYPZLetqdubFPI7IdZuh35QE,26
|
60
60
|
batFramework/gui/constraints/constraints.py,sha256=LwbaIyerVRo5AJhVgjhcFfxFva6Wm9YcOneC0tONlP4,31598
|
61
61
|
batFramework/templates/__init__.py,sha256=E9PmclsTSsTZo-aDrIMiplFJeK4KiUJVFoA9mZw6ur0,25
|
62
62
|
batFramework/templates/controller.py,sha256=xylgodtCUj4Tpz6Yze6-uFgarxs44m7HaKY4q6nWqVQ,2969
|
63
|
-
batframework-1.0.
|
64
|
-
batframework-1.0.
|
65
|
-
batframework-1.0.
|
66
|
-
batframework-1.0.
|
67
|
-
batframework-1.0.
|
63
|
+
batframework-1.0.9a10.dist-info/LICENSE,sha256=A65iXbMDbOxQLDNOODJLqA7o5RxszYlEqIgNSzBQRf4,1073
|
64
|
+
batframework-1.0.9a10.dist-info/METADATA,sha256=LAfAxkv1KprWTXFUmRFdAjOHqTQuLo0hnI4rx7416ZQ,2938
|
65
|
+
batframework-1.0.9a10.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
|
66
|
+
batframework-1.0.9a10.dist-info/top_level.txt,sha256=vxAKBIk1oparFTxeXGBrgfIO7iq_YR5Fv1JvPVAIwmA,13
|
67
|
+
batframework-1.0.9a10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|