mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
Removing the if statement entirely - not needed.
This commit is contained in:
parent
609acbf43d
commit
a1ef0d19b1
@ -522,13 +522,6 @@ void BitcoinGUI::gotoReceiveCoinsPage()
|
||||
void BitcoinGUI::gotoSendCoinsPage()
|
||||
{
|
||||
sendCoinsAction->setChecked(true);
|
||||
if(centralWidget->currentWidget() != sendCoinsPage)
|
||||
{
|
||||
// Clear the current contents if we arrived from another tab
|
||||
// Not necessary especially if the user is jumping between Transactions
|
||||
// and Send Coins pages. - Matoking
|
||||
//sendCoinsPage->clear();
|
||||
}
|
||||
centralWidget->setCurrentWidget(sendCoinsPage);
|
||||
|
||||
exportAction->setEnabled(false);
|
||||
|
Loading…
Reference in New Issue
Block a user