Skip to content

Commit

Permalink
UI: metadex - blank user fields on market switch
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras-crypto committed May 12, 2015
1 parent 4464917 commit 9418362
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/qt/metadexdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ void MetaDExDialog::SwitchMarket()

// with checks complete change the market to the entered property ID and perform a full refresh
global_metadex_market = searchPropertyId;
ui->buyAmountLE->clear();
ui->buyPriceLE->clear();
ui->sellAmountLE->clear();
ui->sellPriceLE->clear();
FullRefresh();
}

Expand Down

0 comments on commit 9418362

Please sign in to comment.