diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-27 15:34:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-27 20:38:37 +0200 |
commit | aa7e489533a82135272576e06492631d8a9e3c66 (patch) | |
tree | 521c7062bf2a4be33db080bc324446cab1bc8396 /solenv/sanitizers | |
parent | e63611fabd38c757809b510fbb71c077880b1081 (diff) |
tdf#145296 better fix to launch dialog when active radiobutton is clicked
this basically reverts
commit 312a32f6b6c83c5747b617249d794fc87ffd8b9b
tdf#145296 use a 'clickable' widget for custom spacing
commit 592235d64d6f9638a61865712ca385ec58d688c4
tdf#145296 use a 'clickable' widget for custom depth
and uses a mouse-release workaround to detect the case of clicking on an
already active radiobutton which gives a result basically
indistinguishable from the pre 7.2 experience
Change-Id: Ic7ac6fa20843466b1d0c77586e25f4aabf814328
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124285
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv/sanitizers')
-rw-r--r-- | solenv/sanitizers/ui/svx.suppr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/solenv/sanitizers/ui/svx.suppr b/solenv/sanitizers/ui/svx.suppr index 0619e543e8e7..47e7dbc7ef5d 100644 --- a/solenv/sanitizers/ui/svx.suppr +++ b/solenv/sanitizers/ui/svx.suppr @@ -14,11 +14,11 @@ svx/uiconfig/ui/compressgraphicdialog.ui://GtkLabel[@id='label16'] orphan-label svx/uiconfig/ui/crashreportdlg.ui://GtkLabel[@id='ed_pre'] orphan-label svx/uiconfig/ui/crashreportdlg.ui://GtkTextView[@id='ed_post'] no-labelled-by svx/uiconfig/ui/crashreportdlg.ui://GtkTextView[@id='ed_bugreport'] no-labelled-by -svx/uiconfig/ui/depthwindow.ui://GtkToggleButton[@id='depth0'] button-no-label -svx/uiconfig/ui/depthwindow.ui://GtkToggleButton[@id='depth1'] button-no-label -svx/uiconfig/ui/depthwindow.ui://GtkToggleButton[@id='depth2'] button-no-label -svx/uiconfig/ui/depthwindow.ui://GtkToggleButton[@id='depth3'] button-no-label -svx/uiconfig/ui/depthwindow.ui://GtkToggleButton[@id='depth4'] button-no-label +svx/uiconfig/ui/depthwindow.ui://GtkRadioButton[@id='depth0'] button-no-label +svx/uiconfig/ui/depthwindow.ui://GtkRadioButton[@id='depth1'] button-no-label +svx/uiconfig/ui/depthwindow.ui://GtkRadioButton[@id='depth2'] button-no-label +svx/uiconfig/ui/depthwindow.ui://GtkRadioButton[@id='depth3'] button-no-label +svx/uiconfig/ui/depthwindow.ui://GtkRadioButton[@id='depth4'] button-no-label svx/uiconfig/ui/docking3deffects.ui://GtkButton[@id='corner'] button-no-label svx/uiconfig/ui/docking3deffects.ui://GtkScale[@id='horiscale'] no-labelled-by svx/uiconfig/ui/docking3deffects.ui://GtkScale[@id='vertscale'] no-labelled-by |