mirror of https://github.com/MidnightCommander/mc
(hline_callback): fix of MSG_INIT and MSG_RESIZE messages handling.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
8efc98d2fd
commit
511850e52b
|
@ -79,6 +79,7 @@ hline_callback (Widget * w, Widget * sender, widget_msg_t msg, int parm, void *d
|
|||
w->cols = wo->cols - 2;
|
||||
}
|
||||
}
|
||||
return MSG_HANDLED;
|
||||
|
||||
case MSG_FOCUS:
|
||||
/* We don't want to get the focus */
|
||||
|
|
Loading…
Reference in New Issue