fix combobox style

This commit is contained in:
Eduardo Bart
2012-01-17 04:43:48 -02:00
parent 452d1a76b0
commit 9997b258b9
3 changed files with 11 additions and 3 deletions

View File

@@ -442,8 +442,7 @@ bool UILineEdit::onKeyPress(uchar keyCode, int keyboardModifiers, bool wouldFilt
} else
return false;
return true;
} else
dump << "what?";
}
return false;
}