Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
fixed bug in image overlay
Browse files Browse the repository at this point in the history
fixed bug where changing data files would not change the images drawn by Crow
  • Loading branch information
JacksonBurns committed Feb 11, 2022
1 parent d5bc400 commit 11aadae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Crow/Crow_GC/Crow_GC.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ def presentdatacallback():
)
if image_overlay.get():
# the image filenames will have broken the input data
self._img_filenames = []
newdata = []
for row in exceldata:
newrow = []
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="CrowHTE",
version="1.5.2",
version="1.5.3",
description="Python GUI to enable High Throughput Experimentation.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 11aadae

Please sign in to comment.