Send Coins page not cleared when changing tabs. Clear all button for clearing the entries

This commit is contained in:
Janne Pulkkinen
2011-09-27 17:46:19 +03:00
parent 010c4fc0b5
commit 609acbf43d
3 changed files with 26 additions and 3 deletions

View File

@@ -525,7 +525,9 @@ void BitcoinGUI::gotoSendCoinsPage()
if(centralWidget->currentWidget() != sendCoinsPage)
{
// Clear the current contents if we arrived from another tab
sendCoinsPage->clear();
// Not necessary especially if the user is jumping between Transactions
// and Send Coins pages. - Matoking
//sendCoinsPage->clear();
}
centralWidget->setCurrentWidget(sendCoinsPage);