U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Bugs in 2415 Uvs2 release
Bugs in 2415 Uvs2 release [message #13997] Tue, 05 February 2008 20:19
mdelfede is currently offline  mdelfede
Messages: 1310
Registered: September 2007
Ultimate Contributor
In file ArrayCtrl.h :

	bool       GetSortDescending() const               {


Should be :

	bool       GetSortDescending() const               { return sortcolumndescending; }


In file BlueSkin.cpp :

void InstallBlueMenuBar()
{
	MenuBar::Style& s = MenuBar::StyleDefault().Write();
	DDUMP((void *)s.standard);
	DDUMP((void *)s.Standard().standard);
	s = s.Standard();
	DDUMP((void *)s.standard);


Should be :

void InstallBlueMenuBar()
{
	MenuBar::Style& s = MenuBar::StyleDefault().Write();
//	DDUMP((void *)s.standard);
//	DDUMP((void *)s.Standard().standard);
	s = s.Standard();
//	DDUMP((void *)s.standard);


Ciao

Max
Previous Topic: IsFolder and Pulling all Files within Folders
Next Topic: Zip library
Goto Forum:
  


Current Time: Mon May 04 18:19:32 GMT+2 2026

Total time taken to generate the page: 0.00430 seconds