Revert "support retina display"

This reverts commit 3aa9901618.
This commit is contained in:
Matthew Parlane
2012-12-24 08:01:44 +13:00
parent 59ec1fe180
commit eedca57270
7 changed files with 40 additions and 113 deletions

View File

@ -680,7 +680,7 @@ void TASInputDlg::OnCloseWindow(wxCloseEvent& event)
}
}
bool TASInputDlg::HasFocus() const
bool TASInputDlg::HasFocus()
{
//allows numbers to be used as hotkeys
if(TextBoxHasFocus())
@ -695,7 +695,7 @@ bool TASInputDlg::HasFocus() const
return false;
}
bool TASInputDlg::TextBoxHasFocus() const
bool TASInputDlg::TextBoxHasFocus()
{
if(wxWindow::FindFocus() == wx_mainX_t)
return true;