1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-03 21:45:33 +00:00

Small enchanting fix

This commit is contained in:
Glorf 2013-04-03 18:06:11 +02:00
parent ae3e4ecf8b
commit 2179619721

View file

@ -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 ()