Revision: 7390
http://mahogany.svn.sourceforge.net/mahogany/?rev=7390&view=rev
Author: nerijus
Date: 2007-11-25 18:09:34 -0800 (Sun, 25 Nov 2007)
Log Message:
-----------
fixing error: 'SetResolution' is not a member of 'wxPostScriptDC'
Modified Paths:
--------------
trunk/M/src/gui/wxllist.cpp
Modified: trunk/M/src/gui/wxllist.cpp
===================================================================
--- trunk/M/src/gui/wxllist.cpp 2007-11-20 15:56:33 UTC (rev 7389)
+++ trunk/M/src/gui/wxllist.cpp 2007-11-26 02:09:34 UTC (rev 7390)
@@ -3381,7 +3381,8 @@
// force a full layout of the list:
m_llist->ForceTotalLayout();
// layout is called in ScaleDC() when we have a DC
-#if defined(__UNIX__)
+#if 0 //defined(__UNIX__)
+ //FIXME Use wxGtkPrinterDC
wxPostScriptDC::SetResolution(72);
#endif
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates