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 » Developing U++ » UppHub » mini bugfix in TabBar
mini bugfix in TabBar [message #23839] Wed, 25 November 2009 21:17 Go to next message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
TabBar.cpp:1367

void TabBar::Set(int n, const Value &newkey, const Value &newvalue, Image icon)
change
..
tabs[n].value = newkey;
..
to
..
tabs[n].value = newvalue;
..
Re: mini bugfix in TabBar [message #23900 is a reply to message #23839] Thu, 03 December 2009 11:06 Go to previous message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
Thanks!

I've committed the change to the repository.
Previous Topic: SysInfo and FileToTrashBin
Next Topic: Bazaar packages in U++ web
Goto Forum:
  


Current Time: Wed Apr 24 07:38:25 CEST 2024

Total time taken to generate the page: 0.03226 seconds