office-gobmx/cui
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
..
inc cui: Fix a UI string in a11y check options 2024-11-04 12:26:13 +01:00
qa
source Resolves tdf#163770 BASIC Macro dialog Assign should select the macro 2024-11-05 19:48:12 +01:00
uiconfig/ui tdf#137680 Add extended tips for Skia options 2024-11-05 07:28:08 +01:00
util
AllLangMoTarget_cui.mk
CppunitTest_cui_dialogs_test.mk
CppunitTest_cui_dialogs_test_2.mk
CppunitTest_cui_dialogs_test_3.mk
CppunitTest_cui_dialogs_test_4.mk
IwyuFilter_cui.yaml
Library_cui.mk
Makefile
Module_cui.mk
Package_cui.mk
README.md
UIConfig_cui.mk
UITest_cui_dialogs.mk
UITest_cui_tabpages.mk

Common User Interface (cui)

It was moved out from svx in DEV300m68:

http://www.mail-archive.com/dev@openoffice.org/msg12925.html

It contains dialogs used by more than one application, e.g. paragraph properties.