(hline_callback): fix of MSG_INIT and MSG_RESIZE messages handling.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2013-07-31 10:38:48 +04:00
parent 8efc98d2fd
commit 511850e52b
1 changed files with 1 additions and 0 deletions

View File

@ -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 */