From: <pst...@us...> - 2008-03-21 05:48:05
|
Revision: 340 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=340&view=rev Author: pstieber Date: 2008-03-20 22:48:03 -0700 (Thu, 20 Mar 2008) Log Message: ----------- 1. Removed the unused ScPage macro. 2. Commented out the NextWin->DrawPlayPosition code. 3. Made a cosmetic change. Modified Paths: -------------- trunk/jazz/src/EventWindow.cpp Modified: trunk/jazz/src/EventWindow.cpp =================================================================== --- trunk/jazz/src/EventWindow.cpp 2008-03-21 05:46:13 UTC (rev 339) +++ trunk/jazz/src/EventWindow.cpp 2008-03-21 05:48:03 UTC (rev 340) @@ -39,7 +39,6 @@ // ************************************************************************ #define ScLine 50L -#define ScPage 8L //notice, there is a conflict between this and the subclass event tables that i dont know how to resolv @@ -629,9 +628,9 @@ } } if (NextWin) + { NextWin->NewPlayPosition(Clock); - - + } } /** draw the "play position", by placing a vertical line where the "play clock" is */ @@ -651,10 +650,10 @@ dc->DrawLine(x + 1, CanvasY, x + 1, mEventsY + mEventsHeight); dc->SetLogicalFunction(wxCOPY); } - if (NextWin) - { - NextWin->DrawPlayPosition(dc); - } +//OLD if (NextWin) +//OLD { +//OLD NextWin->DrawPlayPosition(dc); +//OLD } } // ************************************************************************** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |