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++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » Bug in uvs 2596 -- MultiButton.cpp
Bug in uvs 2596 -- MultiButton.cpp [message #16462] Tue, 17 June 2008 00:52 Go to previous message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
MultiButton.cpp, line 346 :

Image m = tsz.cx > 0 ? b.img : Nvl(b.img, CtrlsImg::DA());


Don't compile (different types on Confused operator).
I guess it should be:

Image m = tsz.cx > 0 ? b.img : Image(Nvl(b.img, CtrlsImg::DA()));


But not sure. Latter compile, anyways.
 
Read Message
Read Message
Previous Topic: Uppsrc/ide/Builders/init is missing
Next Topic: Disabling anti-aliasing
Goto Forum:
  


Current Time: Thu Mar 28 15:55:19 CET 2024

Total time taken to generate the page: 0.01527 seconds