From 4b34cf98f73e21c7888a5df700a16bfa920ab07f Mon Sep 17 00:00:00 2001 From: David Date: Mon, 20 Jan 2025 13:01:25 +0100 Subject: [PATCH] Make images in orientation tab appear directly wo refreshing --- saenopy/gui/orientation/modules/TabCellOutline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/saenopy/gui/orientation/modules/TabCellOutline.py b/saenopy/gui/orientation/modules/TabCellOutline.py index b50e886..56550cc 100644 --- a/saenopy/gui/orientation/modules/TabCellOutline.py +++ b/saenopy/gui/orientation/modules/TabCellOutline.py @@ -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: