forked from teamnwah/openmw-tes3coop
Fixes #1015: Player status window scroll state resets on status change
Removed resetting scroll state position. Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
This commit is contained in:
parent
48b779af80
commit
e01085cac5
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue