forked from mirror/openmw-tes3mp
Fix invisible enchanting price when self-enchanting was previously used.
This commit is contained in:
parent
9c60e4d826
commit
16b089cdc8
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue