changeset 33406:507b5fec6bb2

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 14 Apr 2024 12:20:03 +0200
parents b0e9c1bd1822 (current diff) 25d82c22985d (diff)
children 531d4ae37c60
files
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.9.md	Sun Apr 14 11:36:53 2024 +0200
+++ b/etc/NEWS.9.md	Sun Apr 14 12:20:03 2024 +0200
@@ -7,7 +7,7 @@
 
 - `hist.m`: Add input validation for `Y` restricting it to 2-D array
   (bug #65478).
-- `cross.m`: Add input validation for 'dim' restricting it to a numeric
+- `cross.m`: Add input validation for `dim` restricting it to a numeric
   integer valued scalar (bug #65544, bug #65527).
 - `getframe.m`: Respect pixel ratio (high DPI) of screen with figure
   (bug #65540).
@@ -22,7 +22,6 @@
   (bug #65518).
 - Set `DontUseNativeDialog` flag as first property in `QFileDialog`.
 - Explicitly raise non-modal message boxes ensuring visibility.
-- Set `DontUseNativeDialog` before other properties of file dialogs.
 
 ### Build system / Tests