See #13500
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69214
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void OnAnimationTimer(wxTimerEvent& evt);
void UpdateState();
void OnAnimationTimer(wxTimerEvent& evt);
void UpdateState();
wxCommandEventHandler(WebFrame::OnLoadScheme), NULL, this );
}
wxCommandEventHandler(WebFrame::OnLoadScheme), NULL, this );
}
+WebFrame::~WebFrame()
+{
+ delete m_tools_menu;
+}
+
void WebFrame::OnAnimationTimer(wxTimerEvent& WXUNUSED(evt))
{
m_animation_angle += 15;
void WebFrame::OnAnimationTimer(wxTimerEvent& WXUNUSED(evt))
{
m_animation_angle += 15;