diff options
author | Justin Luth <justin_luth@sil.org> | 2022-05-05 21:03:35 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-05-06 09:36:51 +0200 |
commit | f82644fed3e9266ab21114a2266277059cd5ccb9 (patch) | |
tree | 01ee9354b986f7edfeb1730602b32832072202b2 | |
parent | 1bf5884a7bd5e506c6edd9769f98e3102a4c4eb9 (diff) |
tdf#148920 sw page-style UI: make conditional filter usable
In windows, and SAL_USE_VCLPLUGIN=gen ./instdir/program/soffice
the style filter on the conditional tab was disabled.
It worked fine in gtk3 though.
This fixes a 7.2 regression from tdf#82802's
commit 1f066313218449cac494a887eb209311efbaa405
Change-Id: I1e6bb8d589224e4ad51ae0057d5278e3888cc3b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133910
Tested-by: Justin Luth <jluth@mail.com>
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
-rw-r--r-- | sw/uiconfig/swriter/ui/conditionpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/conditionpage.ui b/sw/uiconfig/swriter/ui/conditionpage.ui index 64e70ce81951..47e6b414e5fb 100644 --- a/sw/uiconfig/swriter/ui/conditionpage.ui +++ b/sw/uiconfig/swriter/ui/conditionpage.ui @@ -219,7 +219,7 @@ <child> <object class="GtkComboBoxText" id="filter"> <property name="visible">True</property> - <property name="sensitive">False</property> + <property name="sensitive">True</property> <property name="can-focus">False</property> <items> <item translatable="yes" context="conditionpage|filter">Table Header</item> |