ossp-pkg/as/as-gui/as_slot.cpp 1.32 -> 1.33
--- as_slot.cpp 2002/12/03 19:07:55 1.32
+++ as_slot.cpp 2002/12/04 11:34:08 1.33
@@ -340,9 +340,10 @@
//
// Update the current amount column item
//
-void Titraqform::updateAmount(int nAmountup)
+void Titraqform::updateAmount(const QString &Amountup)
{
- m_pMaintable->setText(m_pMaintable->currentRow(), TITRAQ_IDXAMOUNT, trUtf8("%1").arg(nAmountup));
+ // Ignore incoming data and use widget managed data because its easier
+ m_pMaintable->setText(m_pMaintable->currentRow(), TITRAQ_IDXAMOUNT, m_pAmount->text());
}
//
|
|