mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00:00
and a tiny bit more of cleanup
This commit is contained in:
parent
9c49ca1468
commit
bcf3a81a6c
@ -173,8 +173,7 @@ namespace MWGui
|
||||
|
||||
for (unsigned int i=0;i<mSpellsClientWidget->getChildCount();i++)
|
||||
{
|
||||
MyGUI::Widget* toMove;
|
||||
toMove = mSpellsClientWidget->getChildAt(i);
|
||||
MyGUI::Widget* toMove = mSpellsClientWidget->getChildAt(i);
|
||||
toMove->setCoord(toMove->getCoord() + MyGUI::IntPoint(0, diff));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user