mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
Don't call tui_refresh_all from show_layout
show_layout calls tui_refresh_all in one case. However, it doesn't need to any more, because the resize method on each window will also update the contents. gdb/ChangeLog 2019-08-30 Tom Tromey <tom@tromey.com> * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2019-08-30 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
|
* tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
|
||||||
|
|
||||||
2019-08-30 Tom Tromey <tom@tromey.com>
|
2019-08-30 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
|
* tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
|
||||||
|
@ -82,7 +82,6 @@ show_layout (enum tui_layout_type layout)
|
|||||||
case SRC_DATA_COMMAND:
|
case SRC_DATA_COMMAND:
|
||||||
case DISASSEM_DATA_COMMAND:
|
case DISASSEM_DATA_COMMAND:
|
||||||
show_data (layout);
|
show_data (layout);
|
||||||
tui_refresh_all ();
|
|
||||||
break;
|
break;
|
||||||
/* Now show the new layout. */
|
/* Now show the new layout. */
|
||||||
case SRC_COMMAND:
|
case SRC_COMMAND:
|
||||||
|
Reference in New Issue
Block a user