Commit 1152f57a authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/interface.cpp: something a bit uglier

parent 757fca0a
...@@ -245,6 +245,7 @@ Interface::Interface( intf_thread_t *_p_intf, long style ): ...@@ -245,6 +245,7 @@ Interface::Interface( intf_thread_t *_p_intf, long style ):
/* As ugly as your butt! Please remove when wxWidgets 2.6 fixed their /* As ugly as your butt! Please remove when wxWidgets 2.6 fixed their
* Accelerators bug. */ * Accelerators bug. */
p_dummy->m_imData = 0; p_dummy->m_imData = 0;
m_imData = 0;
#endif #endif
p_dummy->SetFocus(); p_dummy->SetFocus();
frame_sizer->Add( p_dummy, 0, 0 ); frame_sizer->Add( p_dummy, 0, 0 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment