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

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: Tue Apr 28 02:32:51 GMT+2 2026

Total time taken to generate the page: 0.00625 seconds