Skip to content

Commit

Permalink
Huh, doesn't need the +84 on my iBook, just the iMac. wx bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 28, 2007
1 parent cc40f16 commit 2fd9d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toby_wxwidgets.cpp
Expand Up @@ -1377,7 +1377,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()+84); // !!! FIXME: +84?!
cfg->Write(wxT("IDEDbgSplitPos"), (long) dbgSplit->GetSashPosition());
} // if
} // TobyIDEFrame::closeImpl

Expand Down

0 comments on commit 2fd9d7a

Please sign in to comment.