Defaulting the bidding type to "" in new item dialog.
This commit is contained in:
@ -139,7 +139,7 @@ void NewItemDialog::resetContent() {
|
|||||||
m_firstNameEdit->setText("");
|
m_firstNameEdit->setText("");
|
||||||
m_shareTypeBox->setCurrentIndex(0);
|
m_shareTypeBox->setCurrentIndex(0);
|
||||||
m_amountSpinBox->setValue(1);
|
m_amountSpinBox->setValue(1);
|
||||||
m_biddingTypeBox->setCurrentIndex(0);
|
m_biddingTypeBox->setCurrentIndex(4);
|
||||||
m_bidding1SpinBox->setValue(0);
|
m_bidding1SpinBox->setValue(0);
|
||||||
m_bidding2SpinBox->setValue(0);
|
m_bidding2SpinBox->setValue(0);
|
||||||
m_bidding3SpinBox->setValue(0);
|
m_bidding3SpinBox->setValue(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user