mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-11 00:44:33 +00:00
Swap enchant type when clean selected soulgem widget (fixes #3878)
This commit is contained in:
parent
48c764a580
commit
4f41c44cd6
@ -273,7 +273,9 @@ namespace MWGui
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
setSoulGem(MWWorld::Ptr());
|
setSoulGem(MWWorld::Ptr());
|
||||||
|
mEnchanting.nextCastStyle();
|
||||||
updateLabels();
|
updateLabels();
|
||||||
|
updateEffectsView();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user