Skip to content

Commit

Permalink
Make box of PIVX address return to purple when it's empty
Browse files Browse the repository at this point in the history
Github-Pull: #2249
Rebased-From: a6a4af1
  • Loading branch information
PicklesRcool authored and furszy committed Apr 8, 2021
1 parent 146e340 commit 0cf4064
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/qt/pivx/sendmultirow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ bool SendMultiRow::addressChanged(const QString& str, bool fOnlyValidate)
updateStyle(ui->lineEditAddress);
return valid;
}

setCssProperty(ui->lineEditAddress, "edit-primary-multi-book");
updateStyle(ui->lineEditAddress);

return false;
}

Expand Down

0 comments on commit 0cf4064

Please sign in to comment.