Fix gui browse (#662)

Choosing file path in dialog should already set file path when returning from dialog, must not wait to press enter
This commit is contained in:
Dhanya Thattil
2023-02-20 15:20:02 +01:00
committed by GitHub
parent 4259d49b63
commit 878eab9fc3
3 changed files with 8 additions and 2 deletions

View File

@ -889,6 +889,11 @@ This document describes the differences between v7.0.0.rc1 and v6.1.2
* [Mythen3][Gotthard2] Crashes
Additional locking Added
* File path set in detector after choosing a directory in dialog (without
pressing enter). Before, it was only set in the display box, but lost
when switching tabs.
* X, Y, Z axis limits
Did not reflect on the current plot. Fixed.