]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Don't call tui_refresh_all from show_layout
authorTom Tromey <tom@tromey.com>
Thu, 18 Jul 2019 19:46:23 +0000 (13:46 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 30 Aug 2019 18:57:07 +0000 (12:57 -0600)
commit715bb467feab6e94e01bdf4f5aced092df7398c0
treefec4d3db1e95412ca92dd77bb52797dbd545a3c3
parent772f3f0398b53cdb88cd744132cf7265928c12a0
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.
gdb/ChangeLog
gdb/tui/tui-layout.c