office-gobmx/cui/source
Jim Raykowski 60a77c7ef4 Resolves tdf#163770 BASIC Macro dialog Assign should select the macro
name in Function list box in the Customize dialog Keyboard tab

In SfxAcceleratorConfigPage Reset, RadioHdl is called just before
m_xGroupLBox->SelectMacro. In RadioHdl an idle timer is started whos
handler gets fired after m_xGroupLBox->SelectMacro is called in
Reset. This makes the selection made in the functions list box by
m_xGroupLBox->SelectMacro in Reset get bonked by the call to
m_xGroupLBox->GroupSelected in SelectHdl called from the idle timer
handler. m_xGroupLBox->GroupSelected always selects the first
function in the function list box. This patch fixes this selection
bonk by calling SelectHdl directly from RadioHdl instead of calling
SelectHdl from an idle timer handler.

Change-Id: I15d26d4611948d61e0a258e9a350d8c952b2b211
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176038
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2024-11-05 19:48:12 +01:00
..
customize Resolves tdf#163770 BASIC Macro dialog Assign should select the macro 2024-11-05 19:48:12 +01:00
dialogs no need to heap allocate these 2024-11-01 07:27:27 +01:00
factory
inc Resolves tdf#163770 BASIC Macro dialog Assign should select the macro 2024-11-05 19:48:12 +01:00
options new loplugin:staticconstexpr 2024-11-04 08:51:00 +01:00
tabpages tdf#163486: PVS: Identical branches 2024-10-30 01:25:00 +01:00
util