1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 01:39:40 +00:00

Fix invisible enchanting price when self-enchanting was previously used.

This commit is contained in:
scrawl 2014-07-26 01:07:32 +02:00
parent 9c60e4d826
commit 16b089cdc8

View file

@ -149,6 +149,9 @@ namespace MWGui
mPtr = actor;
startEditing ();
mPrice->setVisible(true);
mPriceText->setVisible(true);
updateLabels();
}
void EnchantingDialog::startSelfEnchanting(MWWorld::Ptr soulgem)
@ -162,7 +165,6 @@ namespace MWGui
mPtr = player;
startEditing();
mEnchanting.setSoulGem(soulgem);
setSoulGem(soulgem);