Update action_handler_item.cpp

develop
Jan Boon 4 years ago committed by GitHub
parent 396f0d808e
commit ce9c7aae84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -299,7 +299,7 @@ void CInterfaceItemEdition::CItemEditionWindow::begin()
editBoxShort->setInputString(std::string()); editBoxShort->setInputString(std::string());
editBoxLarge->setInputString(std::string()); editBoxLarge->setInputString(std::string());
display->setTextFormatTaged(ucstring()); display->setTextFormatTaged(std::string());
// Finish the display or add the waiter // Finish the display or add the waiter
if (getInventory().isItemInfoUpToDate(ItemSlotId)) if (getInventory().isItemInfoUpToDate(ItemSlotId))

Loading…
Cancel
Save