Shift keys cancelled the suggestions list (missed from earlier event refactor)

This commit is contained in:
Ian Thompson 2008-08-10 14:24:14 +00:00
parent 6ba72d4550
commit fb3a42d0f9

@ -2381,6 +2381,9 @@ static short do_texttools(SpaceText *st, char ascii, unsigned short evnt, short
draw= 1;
break;
}
case RIGHTSHIFTKEY:
case LEFTSHIFTKEY:
break;
default:
if (tools & TOOL_SUGG_LIST) texttool_suggest_clear(), draw= 1;
if (tools & TOOL_DOCUMENT) texttool_docs_clear(), doc_scroll= 0, draw= 1;