mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
* main.c (midnight_callback): Fix for the last commit - repaint
the panel if the search mode is unset.
This commit is contained in:
parent
9a7b4212c6
commit
39968fa7af
@ -1,5 +1,8 @@
|
||||
2003-09-07 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* main.c (midnight_callback): Fix for the last commit - repaint
|
||||
the panel if the search mode is unset.
|
||||
|
||||
* dlg.h: Remove DLG_PRE_EVENT, it's unused now.
|
||||
|
||||
* main.c (make_panels_dirty): Remove, it's unneded now.
|
||||
|
@ -1570,7 +1570,7 @@ midnight_callback (struct Dlg_head *h, int id, int msg)
|
||||
case DLG_HOTKEY_HANDLED:
|
||||
if ((get_current_type () == view_listing) && cpanel->searching) {
|
||||
cpanel->searching = 0;
|
||||
cpanel->dirty = 1;
|
||||
panel_update_contents (cpanel);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user