* tui-hooks.c (tui_selected_frame_level_changed_hook): Always update

the frame position.
This commit is contained in:
Stephane Carrez 2002-08-25 18:42:32 +00:00
parent 7d6dd1e97d
commit 90949d06a3
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2002-08-25 Stephane Carrez <stcarrez@nerim.fr>
* tui-hooks.c (tui_selected_frame_level_changed_hook): Always update
the frame position.
2002-08-25 Stephane Carrez <stcarrez@nerim.fr>
* tuiStack.c (tuiSetLocatorContent): Remove.

View File

@ -309,10 +309,10 @@ tui_selected_frame_level_changed_hook (int level)
would be 0 here, and select_source_symtab would abort the
command by calling the 'error' function */
if (s)
{
select_source_symtab (s);
tuiShowFrameInfo (fi);
}
select_source_symtab (s);
/* Display the frame position (even if there is no symbols). */
tuiShowFrameInfo (fi);
/* Refresh the register window if it's visible. */
if (tui_is_window_visible (DATA_WIN))