Skip to content

Commit

Permalink
Make images in orientation tab appear directly wo refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr committed Jan 20, 2025
1 parent 34034c9 commit 4b34cf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions saenopy/gui/orientation/modules/TabCellOutline.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def check_evaluated(self, result: ResultOrientation) -> bool:

def setResult(self, result: ResultOrientation):
super().setResult(result)
self.update_display()

def update_display(self, *, plotter=None):
if self.result is None:
Expand Down

0 comments on commit 4b34cf9

Please sign in to comment.