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 » ArrayCtrl, HeaderCtrl & GridCtrl » GridCtrl MinGW compiling error
GridCtrl MinGW compiling error [message #33575] Thu, 25 August 2011 16:01
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Daniel

In function GridCtrl::Paint() when calling PaintFixed() in lines 1305 and 1176, MinGW complains about using StdFont() in argument Font &fnt.

A possible solution is including before:

Font fnt = IsNull(hi.hfnt) ? StdFont() : hi.hfnt;


and using var fnt in PaintFixed() call.


Best regards
IƱaki
Previous Topic: GridCtrl and WhenMenuBar
Next Topic: ArrayCtrl and accept row
Goto Forum:
  


Current Time: Thu Mar 28 22:02:55 CET 2024

Total time taken to generate the page: 0.00852 seconds