Ticket #2551 (closed: fixed)
Cancelling writing an algorithm history to a script file prints an a error message to the console in debug
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
To reproduce:
- Run LoadAscii from the algorithms box;
- Right-click and press 'Show History';
- Click Generate Script and press 'To File'
- Cancel the browse dialog that pops up
The message
QFSFileEngine::open: No file name specified
is written to stderr, in debug at least. Could have been a contributor to #1663 ?
Change History
comment:1 Changed 10 years ago by Martyn Gigg
- Status changed from new to verify
- Resolution set to fixed
comment:2 Changed 9 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
Note: See
TracTickets for help on using
tickets.
(In [9681]) Fixes a possible crash with the AlgorithmHistory window when a dialog is cancelled. Also cleared a warning. Fixes #2551