From: <pst...@us...> - 2008-04-07 06:18:58
|
Revision: 439 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=439&view=rev Author: pstieber Date: 2008-04-06 23:18:56 -0700 (Sun, 06 Apr 2008) Log Message: ----------- Put come code back I accidentally commented out. Modified Paths: -------------- trunk/jazz/src/Harmony.cpp Modified: trunk/jazz/src/Harmony.cpp =================================================================== --- trunk/jazz/src/Harmony.cpp 2008-04-07 06:14:55 UTC (rev 438) +++ trunk/jazz/src/Harmony.cpp 2008-04-07 06:18:56 UTC (rev 439) @@ -875,7 +875,7 @@ } } DrawMarkers(Dc, mMouseContext); -/* + if (!mHaunschildLayout) { for (int j = 0; j < 7; j++) @@ -901,7 +901,6 @@ Rectangle.y + (Rectangle.height - h) / 2 - h); } } - */ } // ----------------------------------------------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |