Skip to content

Commit

Permalink
Minor nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 22, 2007
1 parent 0766bb3 commit 1564c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toby_wxwidgets.cpp
Expand Up @@ -1138,7 +1138,7 @@ void TobyFrame::onClose(wxCloseEvent &evt)

TobyStandaloneFrame::TobyStandaloneFrame()
{
this->turtleSpace->SetSize(GetClientSize());
this->turtleSpace->SetSize(this->GetClientSize());
wxBoxSizer *sizer = new wxBoxSizer(wxVERTICAL);
sizer->Add(this->turtleSpace, 1, wxALL | wxEXPAND | wxALIGN_CENTRE);
// let TurtleSpace shrink as far as window will.
Expand Down

0 comments on commit 1564c35

Please sign in to comment.