Now shows author correctly under MacOS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2e08b1a367
commit
6688f23d63
@ -255,7 +255,7 @@ void MainWindow::ScanBuffer(wxDC *dc, bool DrawIt, int *max_x, int *max_y)
|
|||||||
{
|
{
|
||||||
ch = -1;
|
ch = -1;
|
||||||
i ++;
|
i ++;
|
||||||
#ifdef __WXMSW__
|
#if defined(__WXMSW__) || defined(__WXMAC__)
|
||||||
// Add another to skip the linefeed
|
// Add another to skip the linefeed
|
||||||
i ++;
|
i ++;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user