mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-22 04:14:04 +00:00
Swap enchant type when clean selected soulgem widget (fixes #3878)
This commit is contained in:
parent
48c764a580
commit
4f41c44cd6
1 changed files with 2 additions and 0 deletions
|
@ -273,7 +273,9 @@ namespace MWGui
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
setSoulGem(MWWorld::Ptr());
|
setSoulGem(MWWorld::Ptr());
|
||||||
|
mEnchanting.nextCastStyle();
|
||||||
updateLabels();
|
updateLabels();
|
||||||
|
updateEffectsView();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue