From: SourceForge.net <no...@so...> - 2006-06-27 21:39:03
|
Patches item #1513640, was opened at 2006-06-27 15:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1513640&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Bryan Petty (bpetty) Assigned to: Nobody/Anonymous (nobody) Summary: [wxTreeListCtrl] wxMac compiler error and warning fixes Initial Comment: This patch fixes a variable redefinition (pen in wxTreeListHeaderWindow::DoDrawRect) that occurs when compiling for wxMac as well as a few compiler warning fixes for various assumed primitive type casts (if you have those warnings enabled). This error was introduced with rev 1.68 of treelistctrl.cpp when a new declaration was added with differences depending on whether wxWidgets 2.5.0 was being used or not (for differences on retrieval of system colors). The original declaration was taken out of non-wxMac code, but was not taken out of the wxMac code (probably just missed it). See diff here when it was introduced: http://urlx.org/sourceforge.net/65158 The compiler error fix is on line 1116, the rest isn't as important (just compiler warning fixes). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1513640&group_id=51305 |