60a77c7ef4
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> |
||
---|---|---|
.. | ||
customize | ||
dialogs | ||
factory | ||
inc | ||
options | ||
tabpages | ||
util |