Forgot to remove debugging disply
This commit is contained in:
@@ -174,7 +174,6 @@ void wxUI::LoadPanels()
|
||||
Disconnect(i, wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(wxUI::OnButtonClicked), _panels[i], this);
|
||||
_panels[i] = temp;
|
||||
Connect(i, wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(wxUI::OnButtonClicked), temp, this);
|
||||
std::cout << temp->GetToolTip().mb_str() << "\n";
|
||||
_buttons[i]->SetToolTip(temp->GetToolTip());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user