Skip to content

Commit

Permalink
Nope, that 84 pixel thing is actually there on the iBook, too...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 28, 2007
1 parent e41497f commit 6daf843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toby_wxwidgets.cpp
Expand Up @@ -1389,7 +1389,7 @@ void TobyIDEFrame::closeImpl()
{
cfg->Write(wxT("IDETopSplitPos"), (long) topSplit->GetSashPosition());
cfg->Write(wxT("IDEIdeSplitPos"), (long) ideSplit->GetSashPosition());
cfg->Write(wxT("IDEDbgSplitPos"), (long) dbgSplit->GetSashPosition());
cfg->Write(wxT("IDEDbgSplitPos"), (long) dbgSplit->GetSashPosition()+84); // !!! FIXME: wx bug?
} // if
} // TobyIDEFrame::closeImpl

Expand Down

0 comments on commit 6daf843

Please sign in to comment.