* layout.c (setup_panels): Make the button bar 0 lines high if
it's invisible, so that mouse click on the history button works with invisible button bar.
Этот коммит содержится в:
родитель
fdcc7ba2b6
Коммит
564dc4264b
@ -1,5 +1,9 @@
|
||||
2002-08-21 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* layout.c (setup_panels): Make the button bar 0 lines high if
|
||||
it's invisible, so that mouse click on the history button works
|
||||
with invisible button bar.
|
||||
|
||||
* widget.c: Make more functions static.
|
||||
|
||||
* ext.c: (regex_check_type): Further split. Restore caching
|
||||
|
@ -700,7 +700,7 @@ void setup_panels (void)
|
||||
widget_set_size (&the_prompt->widget, LINES, COLS, 0, 0);
|
||||
}
|
||||
|
||||
widget_set_size (&the_bar->widget, LINES-1, 0, 1, COLS);
|
||||
widget_set_size (&the_bar->widget, LINES-1, 0, keybar_visible, COLS);
|
||||
the_bar->visible = keybar_visible;
|
||||
|
||||
/* Output window */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user