Fixes #1015: Player status window scroll state resets on status change

Removed resetting scroll state position.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
loadfix
Lukasz Gromanowski 11 years ago
parent 48b779af80
commit e01085cac5

@ -420,8 +420,6 @@ namespace MWGui
}
mSkillWidgets.clear();
mSkillView->setViewOffset (MyGUI::IntPoint(0,0));
const int valueSize = 40;
MyGUI::IntCoord coord1(10, 0, mSkillView->getWidth() - (10 + valueSize) - 24, 18);
MyGUI::IntCoord coord2(coord1.left + coord1.width, coord1.top, valueSize, coord1.height);

Loading…
Cancel
Save