Feature Requests item #2166050, was opened at 2008-10-14 14:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=352915&aid=2166050&group_id=2915

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
Priority: 5
Private: No
Submitted By: Robert Pollak (jondo)
Assigned to: Nobody/Anonymous (nobody)
Summary: setting the wxPLplotwindow background color

Initial Comment:
Some wxPLplotwindow constructor argument is needed to make the following patch 
unnecessary:

Index: bindings/wxwidgets/wxPLplotstream.cpp
===================================================================
--- bindings/wxwidgets/wxPLplotstream.cpp       (revision 8888)
+++ bindings/wxwidgets/wxPLplotstream.cpp       (working copy)
@@ -76,6 +76,10 @@
 
   SetOpt( "-drvopt", drvopt );
   
+  // Swap black and white to get white background
+  scol0(0, 255, 255, 255);
+  scol0(15, 0, 0, 0); 
+
   init();
   cmd( PLESC_DEVINIT, (void*)m_dc );
 }


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=352915&aid=2166050&group_id=2915

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to