Minor Reparent() and SetToolBar() fix for wxFrame.
Corrected size reported by wxToolBar. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -358,6 +358,8 @@ void MyTextCtrl::OnChar(wxKeyEvent& event)
|
||||
{
|
||||
LogEvent( _T("Char"), event);
|
||||
|
||||
/* How are we supposed to test wxTE_PROCESS_TAB with this code?
|
||||
|
||||
if ( event.KeyCode() == WXK_TAB )
|
||||
{
|
||||
WriteText("\t");
|
||||
@@ -366,6 +368,8 @@ void MyTextCtrl::OnChar(wxKeyEvent& event)
|
||||
{
|
||||
event.Skip();
|
||||
}
|
||||
*/
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
void MyTextCtrl::OnKeyUp(wxKeyEvent& event)
|
||||
|
Reference in New Issue
Block a user