diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-26 23:27:31 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-26 23:27:31 +0200 |
| commit | 17709f1fc7979b9b37f03963770b175b7c32a62c (patch) | |
| tree | c42bca38996f48e7dd637572c5b8befc1d51bd88 /widgetfactory.cpp | |
| parent | ffb723122057e30244cab59ea07b18ae71104359 (diff) | |
focus and default button handling: fixes and some documenting comments
Diffstat (limited to 'widgetfactory.cpp')
| -rw-r--r-- | widgetfactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgetfactory.cpp b/widgetfactory.cpp index 315a95c..db720ac 100644 --- a/widgetfactory.cpp +++ b/widgetfactory.cpp @@ -865,6 +865,7 @@ WinMain ALF_LayoutSetColumnExpandNumerator(win, 4, 1); ALF_SetDefaultButton(win, ID_HELLO); + ALF_SetFocus(GetNextDlgTabItem(win, win, FALSE)); ALF_ResizeWindow(win, 1, 1); |
