diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-04-19 16:55:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-04-19 21:55:13 +0200 |
commit | 3ec73488e447a693a14a773a7fb96938036c0324 (patch) | |
tree | 43342a541bec903a9157e42f48d030ce9f838080 /vcl/inc/salvtables.hxx | |
parent | 4409cd197dfb1fab05c0285f3ae17a107c99b77e (diff) |
Resolves: tdf#154912 make double-click to expand rows the same as arrow expand
the arrow case does the necessary removal of the "dummy" entry which is
necessary to get the treeview to indicate it has children, while the
double click case skipped that step, so rearrange so both behave the
same.
Change-Id: I6161d786cd58b0eea53152074dff2b035c621e7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150643
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/salvtables.hxx')
-rw-r--r-- | vcl/inc/salvtables.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/salvtables.hxx b/vcl/inc/salvtables.hxx index cbb9fce51eee..096675cf9a49 100644 --- a/vcl/inc/salvtables.hxx +++ b/vcl/inc/salvtables.hxx @@ -1548,6 +1548,8 @@ protected: DECL_LINK(CustomRenderHdl, svtree_render_args, void); DECL_LINK(CustomMeasureHdl, svtree_measure_args, Size); + bool ExpandRow(const SalInstanceTreeIter& rIter); + // Each row has a cell for the expander image, (and an optional cell for a // checkbutton if enable_toggle_buttons has been called) which precede // index 0 |