Revert "Comment checkSubtractFeeFromAmount()"

This reverts commit e4d21f3de7.
This commit is contained in:
lateminer
2018-09-30 19:50:51 +03:00
parent 34e36c8384
commit 847c6af31a
3 changed files with 2 additions and 4 deletions

View File

@@ -585,7 +585,7 @@ void SendCoinsDialog::useAvailableBalance(SendCoinsEntry* entry)
}
if (amount > 0) {
// entry->checkSubtractFeeFromAmount();
entry->checkSubtractFeeFromAmount();
entry->setAmount(amount);
} else {
entry->setAmount(0);

View File

@@ -119,12 +119,10 @@ void SendCoinsEntry::clear()
updateDisplayUnit();
}
/*
void SendCoinsEntry::checkSubtractFeeFromAmount()
{
ui->checkboxSubtractFeeFromAmount->setChecked(true);
}
*/
void SendCoinsEntry::deleteClicked()
{

View File

@@ -49,7 +49,7 @@ public:
public Q_SLOTS:
void clear();
// void checkSubtractFeeFromAmount();
void checkSubtractFeeFromAmount();
Q_SIGNALS:
void removeEntry(SendCoinsEntry *entry);