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

Resolves: rhbz#949238 div by zero on pagedown in 0 width task pane

Change-Id: I2ee5e0b19db724adf94d699ce0af686648fb67e8
üst f40b19d4
......@@ -1315,6 +1315,9 @@ void ValueSet::KeyInput( const KeyEvent& rKEvt )
return;
}
if ( mbFormat )
Format();
--nLastItem;
const size_t nCurPos = mnSelItemId ? GetItemPos( mnSelItemId )
: mpNoneItem ? VALUESET_ITEM_NONEITEM : 0;
......
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