mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Get rid of extra update of mini info.
(stop_search): don't update mini info if quick search is incative. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
d19b247c6d
commit
cac689a81a
@ -2771,6 +2771,9 @@ start_search (WPanel * panel)
|
|||||||
static void
|
static void
|
||||||
stop_search (WPanel * panel)
|
stop_search (WPanel * panel)
|
||||||
{
|
{
|
||||||
|
if (!panel->quick_search.active)
|
||||||
|
return;
|
||||||
|
|
||||||
panel->quick_search.active = FALSE;
|
panel->quick_search.active = FALSE;
|
||||||
|
|
||||||
/* if user overrdied search string, we need to store it
|
/* if user overrdied search string, we need to store it
|
||||||
|
Loading…
Reference in New Issue
Block a user