forked from mirror/openmw-tes3mp
Small enchanting fix
This commit is contained in:
parent
ae3e4ecf8b
commit
2179619721
1 changed files with 1 additions and 2 deletions
|
@ -95,8 +95,6 @@ namespace MWGui
|
|||
mPtr = actor;
|
||||
|
||||
startEditing ();
|
||||
|
||||
mPrice->setVisible(true);
|
||||
}
|
||||
|
||||
void EnchantingDialog::startSelfEnchanting(MWWorld::Ptr soulgem)
|
||||
|
@ -123,6 +121,7 @@ namespace MWGui
|
|||
|
||||
mPrice->setVisible(false);
|
||||
mPriceText->setVisible(false);
|
||||
updateLabels();
|
||||
}
|
||||
|
||||
void EnchantingDialog::onReferenceUnavailable ()
|
||||
|
|
Loading…
Reference in a new issue