mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
WInput: avoid double draw on resize.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
fd7c6c1c5d
commit
0df5ad5686
@ -1078,7 +1078,6 @@ input_callback (Widget * w, Widget * sender, widget_msg_t msg, int parm, void *d
|
||||
case MSG_ACTION:
|
||||
return input_execute_cmd (in, parm);
|
||||
|
||||
case MSG_RESIZE:
|
||||
case MSG_DRAW:
|
||||
input_update (in, FALSE);
|
||||
return MSG_HANDLED;
|
||||
|
Loading…
Reference in New Issue
Block a user