From 65e41aa270971610dd16b54efe415db31c9e0b68 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Sun, 4 Feb 2024 15:58:37 +0100 Subject: [PATCH] Fix tabbing order in "Editor Options / Instance / Array Instance" UI. Currently, in the Array Instance sub-UI that appears when inserting a new array instance, trying to use the "tab" key to move through the entry widgets results in going through them in a strange order (column step x, column step y, row step y, row step x, dimension columns, dimension rows). This patch declares the correct tabbing order for the widgets. --- src/edt/edt/EditorOptionsInst.ui | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/edt/edt/EditorOptionsInst.ui b/src/edt/edt/EditorOptionsInst.ui index 86b3e2c56..5d5c8a5aa 100644 --- a/src/edt/edt/EditorOptionsInst.ui +++ b/src/edt/edt/EditorOptionsInst.ui @@ -548,6 +548,23 @@
layWidgets.h
+ + scrollArea + lib_cbx + browse_pb + cell_le + place_origin_cb + scale_le + angle_le + mirror_cbx + array_grp + rows_le + columns_le + row_x_le + row_y_le + column_x_le + column_y_le +