1
0
Fork 1
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:
Andrei Kortunov 2017-05-20 18:30:11 +04:00
parent 48c764a580
commit 4f41c44cd6

View file

@ -273,7 +273,9 @@ namespace MWGui
else else
{ {
setSoulGem(MWWorld::Ptr()); setSoulGem(MWWorld::Ptr());
mEnchanting.nextCastStyle();
updateLabels(); updateLabels();
updateEffectsView();
} }
} }