diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2022-06-29 08:17:40 +0200 |
---|---|---|
committer | Balazs Varga <balazs.varga.extern@allotropia.de> | 2022-07-22 08:11:35 +0200 |
commit | 2d1df9f3dccc10f13b8585ad18afce1542ebc4d1 (patch) | |
tree | d0c98601015ead00d9e5effcc73df4868e3d7381 /cui/uiconfig | |
parent | f96a1389ce2b9f09a76998db5f86586cd519f6eb (diff) |
tdf#117276 sc: Show hidden filter elements as inactive elements
Showing hidden values in the autofilter dropdown (as inactive when
it was hidden by another row) - without changing the behaviour of
autofilter. First those which belongs to non-hidden rows, then those
which belongs to hidden rows.
TODO: maybe we can add a global option where the user can switch on/off this feature.
Change-Id: Iafeb43176efe7ab422b22697d399c68c95d0319d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136595
Tested-by: Jenkins
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/accelconfigpage.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/accelconfigpage.ui b/cui/uiconfig/ui/accelconfigpage.ui index f64eec3641ac..5c7d58e55120 100644 --- a/cui/uiconfig/ui/accelconfigpage.ui +++ b/cui/uiconfig/ui/accelconfigpage.ui @@ -32,6 +32,8 @@ <column type="gint"/> <!-- column-name sensitive1 --> <column type="gboolean"/> + <!-- column-name sensitive2 --> + <column type="gboolean"/> </columns> </object> <object class="GtkTreeStore" id="liststore4"> |