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 previous 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;
..
 
Read Message
Read Message
Previous Topic: SysInfo and FileToTrashBin
Next Topic: Bazaar packages in U++ web
Goto Forum:
  


Current Time: Sun Apr 26 22:03:01 GMT+2 2026

Total time taken to generate the page: 0.00438 seconds