diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-07 07:05:50 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-07 07:05:50 +0200 |
commit | ccaae980f8bd91fb58c79730f40f81d38825e3f7 (patch) | |
tree | 90bc0974c9222223aa49d53c12ae2c9ffb82fb30 /src | |
parent | 3a0ea6423cb9e29b1dbadcab375ec1954e47abc4 (diff) |
Layout glitch workaround
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/util.c b/src/ui/util.c index 8cf21538..a5f48e62 100644 --- a/src/ui/util.c +++ b/src/ui/util.c | |||
@@ -3431,6 +3431,7 @@ iWidget *makeTranslation_Widget(iWidget *parent) { | |||
3431 | addChild_Widget(dlg, iClob(makeDialogButtons_Widget(actions, iElemCount(actions)))); | 3431 | addChild_Widget(dlg, iClob(makeDialogButtons_Widget(actions, iElemCount(actions)))); |
3432 | addChild_Widget(parent, iClob(dlg)); | 3432 | addChild_Widget(parent, iClob(dlg)); |
3433 | arrange_Widget(dlg); | 3433 | arrange_Widget(dlg); |
3434 | arrange_Widget(dlg); /* TODO: Augh, another layout bug: two arranges required. */ | ||
3434 | } | 3435 | } |
3435 | /* Update choices. */ | 3436 | /* Update choices. */ |
3436 | updateDropdownSelection_LabelWidget(findChild_Widget(dlg, "xlt.from"), | 3437 | updateDropdownSelection_LabelWidget(findChild_Widget(dlg, "xlt.from"), |