Don't apply DLG_REVERSE flag to the listbox window
...since this dialog contains single widget. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
родитель
a39e3fe682
Коммит
03829a7e6e
@ -113,7 +113,7 @@ create_listbox_window_centered (int center_y, int center_x, int lines, int cols,
|
||||
|
||||
listbox->dlg =
|
||||
create_dlg (TRUE, ypos, xpos, lines + space, cols + space,
|
||||
listbox_colors, NULL, NULL, help, title, DLG_REVERSE | DLG_TRYUP);
|
||||
listbox_colors, NULL, NULL, help, title, DLG_TRYUP);
|
||||
|
||||
listbox->list = listbox_new (2, 2, lines, cols, FALSE, NULL);
|
||||
add_widget (listbox->dlg, listbox->list);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user