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);