Flagging next-match widget container as default-focus object

This commit is contained in:
Andreas Stöckel
2011-06-15 20:50:24 +00:00
parent d90a2c1ade
commit 509ff8aa53
2 changed files with 2 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ function nextmatchRowAOI(_node, _selectMode)
break;
case EGW_SELECTMODE_TOGGLE:
aoi.updateState(EGW_AO_STATE_SELECTED, !selected,
egwSetBit(EGW_AO_SHIFT_STATE_MULTI, state, true));
egwSetBit(state, EGW_AO_SHIFT_STATE_MULTI, true));
break;
}
}