mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-21 18:40:01 +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++)
|
for (unsigned int i=0;i<mSpellsClientWidget->getChildCount();i++)
|
||||||
{
|
{
|
||||||
MyGUI::Widget* toMove;
|
MyGUI::Widget* toMove = mSpellsClientWidget->getChildAt(i);
|
||||||
toMove = mSpellsClientWidget->getChildAt(i);
|
|
||||||
toMove->setCoord(toMove->getCoord() + MyGUI::IntPoint(0, diff));
|
toMove->setCoord(toMove->getCoord() + MyGUI::IntPoint(0, diff));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user