mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
* screen.c (try_to_select): Don't call display_mini_info(), it
will be called later because select_item sets panel->dirty. This fixes the mini status appearing first after Ctrl-O.
This commit is contained in:
parent
419025e926
commit
a6dd81352b
@ -1,3 +1,9 @@
|
||||
2005-04-03 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* screen.c (try_to_select): Don't call display_mini_info(), it
|
||||
will be called later because select_item sets panel->dirty.
|
||||
This fixes the mini status appearing first after Ctrl-O.
|
||||
|
||||
2005-04-27 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* view.c: Changed use of view->text_wrap_mode to reflect its
|
||||
|
@ -895,7 +895,6 @@ try_to_select (WPanel *panel, const char *name)
|
||||
{
|
||||
do_try_to_select (panel, name);
|
||||
select_item (panel);
|
||||
display_mini_info (panel);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user