jfjoch_viewer: Fix auto contrast
Build Packages / Generate python client (push) Has been cancelled
Build Packages / build:rpm (ubuntu2404) (push) Has been cancelled
Build Packages / Build documentation (push) Has been cancelled
Build Packages / build:rpm (rocky8) (push) Has been cancelled
Build Packages / Unit tests (push) Has been cancelled
Build Packages / Create release (push) Has been cancelled
Build Packages / build:rpm (rocky9_nocuda) (push) Has been cancelled
Build Packages / build:rpm (rocky9) (push) Has started running
Build Packages / build:rpm (rocky8_sls9) (push) Has been cancelled
Build Packages / build:rpm (ubuntu2404_nocuda) (push) Has been cancelled
Build Packages / build:rpm (rocky8_nocuda) (push) Has been cancelled
Build Packages / build:rpm (ubuntu2204_nocuda) (push) Has been cancelled
Build Packages / build:rpm (ubuntu2204) (push) Has been cancelled

This commit is contained in:
2025-11-28 15:01:39 +01:00
parent 86d69f7276
commit 52df95bc2b
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -1,4 +1,10 @@
# Changelog
## 1.0.0-rc.111
This is an UNSTABLE release.
* jfjoch_viewer: Remove 3D lattice viewer (not really useful at this moment)
* jfjoch_viewer: Fix auto contrast not refreshing image
## 1.0.0-rc.110
This is an UNSTABLE release.
@@ -326,6 +326,7 @@ void JFJochDiffractionImage::setAutoForeground(bool input) {
// If auto_foreground is not set, then view stays with the current settings till these are explicitly changed
foreground = image->GetAutoContrastValue();
emit foregroundChanged(foreground);
GeneratePixmap();
Redraw();
}
emit autoForegroundChanged(auto_fg);