Whoops, I mis-placed the parentheses in r3458.

Originally committed to SVN as r3468.
This commit is contained in:
Amar Takhar 2009-09-02 10:04:36 +00:00
parent 46c824442b
commit 4aa6975a8d
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ void IdleFieldHandler::SetFocus() {
///
void IdleFieldHandler::KillFocus() {
bool modify = false;
if (text && (text->GetValue().IsEmpty() || box) && box->GetValue().IsEmpty()) modify = true;
if ((text && text->GetValue().IsEmpty()) || (box && box->GetValue().IsEmpty())) modify = true;
if (modify) {
// Prepare