Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » RichText,QTF,RTF... » ERROR! please correct!
ERROR! please correct! [message #24005] Wed, 16 December 2009 19:47 Go to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Package: Report
File: Report.h

Now:
Report&               Margins(int top, int left)  { mg.x = top; mg.y = left; return *this; }

Should be:
Report&               Margins(int top, int left)  { mg.y = top; mg.x = left; return *this; }


I look forward with hope...


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: ERROR! please correct! [message #24006 is a reply to message #24005] Wed, 16 December 2009 21:12 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
sergeynikitin wrote on Wed, 16 December 2009 13:47

Package: Report
File: Report.h

Now:
Report&               Margins(int top, int left)  { mg.x = top; mg.y = left; return *this; }

Should be:
Report&               Margins(int top, int left)  { mg.y = top; mg.x = left; return *this; }


I look forward with hope...



Thanks, now fixed.

Mirek
Re: ERROR! please correct! [message #24007 is a reply to message #24006] Wed, 16 December 2009 21:21 Go to previous message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor



Thanks!




SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Previous Topic: RichTextLayoutTracer example improvement
Next Topic: UWord and Windows fole association
Goto Forum:
  


Current Time: Sat Apr 20 01:24:26 CEST 2024

Total time taken to generate the page: 2.13578 seconds