spacr 0.2.1__py3-none-any.whl → 0.2.2__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.
- spacr/gui_elements.py +1 -2
- {spacr-0.2.1.dist-info → spacr-0.2.2.dist-info}/METADATA +1 -1
- {spacr-0.2.1.dist-info → spacr-0.2.2.dist-info}/RECORD +7 -7
- {spacr-0.2.1.dist-info → spacr-0.2.2.dist-info}/LICENSE +0 -0
- {spacr-0.2.1.dist-info → spacr-0.2.2.dist-info}/WHEEL +0 -0
- {spacr-0.2.1.dist-info → spacr-0.2.2.dist-info}/entry_points.txt +0 -0
- {spacr-0.2.1.dist-info → spacr-0.2.2.dist-info}/top_level.txt +0 -0
spacr/gui_elements.py
CHANGED
@@ -308,7 +308,7 @@ class spacrButton(tk.Frame):
|
|
308
308
|
parent = self.master
|
309
309
|
while parent:
|
310
310
|
if hasattr(parent, 'show_description'):
|
311
|
-
parent.show_description(parent.main_buttons.get(self, "No description available."))
|
311
|
+
parent.show_description(parent.main_buttons.get(self, parent.additional_buttons.get(self, "No description available.")))
|
312
312
|
return
|
313
313
|
parent = parent.master
|
314
314
|
|
@@ -343,7 +343,6 @@ class spacrButton(tk.Frame):
|
|
343
343
|
self.canvas.itemconfig(self.button_icon, image=self.icon_photo)
|
344
344
|
self.canvas.image = self.icon_photo # Keep a reference to avoid garbage collection
|
345
345
|
|
346
|
-
|
347
346
|
class spacrSwitch(ttk.Frame):
|
348
347
|
def __init__(self, parent, text="", variable=None, command=None, *args, **kwargs):
|
349
348
|
super().__init__(parent, *args, **kwargs)
|
@@ -24,7 +24,7 @@ spacr/gui_2.py,sha256=OVRDbyHgoXCqGmTKt0C0ZQrJxTU4i-4eT2uYwk0w7CA,8322
|
|
24
24
|
spacr/gui_annotate.py,sha256=ugBksLGOHdtOLlEuRyyc59TrkYKu3rDf8JxEgiBSVao,6536
|
25
25
|
spacr/gui_classify_app.py,sha256=Zi15ryc1ocYitRF4kyxlC27XxGyzfSPdvj2d6ZrSh7E,8446
|
26
26
|
spacr/gui_core.py,sha256=ay1IMMjcJLk8GeaXdL5rzu8xkJmpy_5XzqNhET_4SaI,33199
|
27
|
-
spacr/gui_elements.py,sha256=
|
27
|
+
spacr/gui_elements.py,sha256=1vw6of9GcRUcEzZBxte3U5K--owAR_UzPO0pUuoqfk8,79784
|
28
28
|
spacr/gui_make_masks_app.py,sha256=tl4M4Q2WQgrrwjRBJVevxJxpNowqzPhWkdCOm2UfRbw,45053
|
29
29
|
spacr/gui_make_masks_app_v2.py,sha256=X3izTBXdCZDlkVe-fbG-jmCQtcAbmK0OIivjyWaLhug,30576
|
30
30
|
spacr/gui_mask_app.py,sha256=mhTl_XzXLFl8Tx3WYEMpdYB_qw9u5JJa0EdkvlcIzAE,10706
|
@@ -118,9 +118,9 @@ spacr/resources/icons/umap.png,sha256=2XvfWSYvLg85YPuPf3C5o8wNo7_ncg5v_GBsKwzRfC
|
|
118
118
|
spacr/resources/models/cp/toxo_plaque_cyto_e25000_X1120_Y1120.CP_model,sha256=z8BbHWZPRnE9D_BHO0fBREE85c1vkltDs-incs2ytXQ,26566572
|
119
119
|
spacr/resources/models/cp/toxo_plaque_cyto_e25000_X1120_Y1120.CP_model_settings.csv,sha256=fBAGuL_B8ERVdVizO3BHozTDSbZUh1yFzsYK3wkQN68,420
|
120
120
|
spacr/resources/models/cp/toxo_pv_lumen.CP_model,sha256=2y_CindYhmTvVwBH39SNILF3rI3x9SsRn6qrMxHy3l0,26562451
|
121
|
-
spacr-0.2.
|
122
|
-
spacr-0.2.
|
123
|
-
spacr-0.2.
|
124
|
-
spacr-0.2.
|
125
|
-
spacr-0.2.
|
126
|
-
spacr-0.2.
|
121
|
+
spacr-0.2.2.dist-info/LICENSE,sha256=SR-2MeGc6SCM1UORJYyarSWY_A-JaOMFDj7ReSs9tRM,1083
|
122
|
+
spacr-0.2.2.dist-info/METADATA,sha256=DfgYpGaXumaUI-rBxM2mkOnU58Rno9FCLSkHDVugSt8,5049
|
123
|
+
spacr-0.2.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
124
|
+
spacr-0.2.2.dist-info/entry_points.txt,sha256=BMC0ql9aNNpv8lUZ8sgDLQMsqaVnX5L535gEhKUP5ho,296
|
125
|
+
spacr-0.2.2.dist-info/top_level.txt,sha256=GJPU8FgwRXGzKeut6JopsSRY2R8T3i9lDgya42tLInY,6
|
126
|
+
spacr-0.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|