mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
qt: Disable missing macOS focus rects in AddressBookPage (#3711)
This commit is contained in:
parent
18cfcbfd2a
commit
836bd4fccf
@ -134,6 +134,8 @@ AddressBookPage::AddressBookPage(Mode _mode, Tabs _tab, QWidget* parent) :
|
||||
connect(ui->closeButton, SIGNAL(clicked()), this, SLOT(accept()));
|
||||
|
||||
GUIUtil::updateFonts();
|
||||
|
||||
GUIUtil::disableMacFocusRect(this);
|
||||
}
|
||||
|
||||
AddressBookPage::~AddressBookPage()
|
||||
|
Loading…
Reference in New Issue
Block a user