mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-04 03:15:32 +00:00
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;
|
mPtr = actor;
|
||||||
|
|
||||||
startEditing ();
|
startEditing ();
|
||||||
|
|
||||||
mPrice->setVisible(true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void EnchantingDialog::startSelfEnchanting(MWWorld::Ptr soulgem)
|
void EnchantingDialog::startSelfEnchanting(MWWorld::Ptr soulgem)
|
||||||
|
@ -123,6 +121,7 @@ namespace MWGui
|
||||||
|
|
||||||
mPrice->setVisible(false);
|
mPrice->setVisible(false);
|
||||||
mPriceText->setVisible(false);
|
mPriceText->setVisible(false);
|
||||||
|
updateLabels();
|
||||||
}
|
}
|
||||||
|
|
||||||
void EnchantingDialog::onReferenceUnavailable ()
|
void EnchantingDialog::onReferenceUnavailable ()
|
||||||
|
|
Loading…
Reference in a new issue