Kaydet (Commit) cc93bcf7 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#982646 Missing break in switch

Change-Id: I83cdafe9a27f026e2b6c8e9153de9e8270304686
üst d18dc5dd
......@@ -83,6 +83,7 @@ bool ResizableMultiLineEdit::PreNotify(NotifyEvent& rNEvt)
{
case KEY_RETURN:
mpItem->setTitle( GetText() );
//fall-through
case KEY_ESCAPE:
mpItem->setEditTitle(false);
nDone = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment