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++ Library support » TreeCtrl » TreeCtrl crash - fixed
TreeCtrl crash - fixed [message #688] Wed, 25 January 2006 17:06 Go to previous message
zsolt is currently offline  zsolt
Messages: 697
Registered: December 2005
Location: Budapest, Hungary
Contributor
Try TreeCtrl demo from reference.
When you set the cursor in the left tree and try pressing UP key on the topmost item, the app crashes.
Fix:
In CtrlLib/TreeCtrl.cpp TreeCtrl::Key() method:
	case K_UP:
		SetCursorLineSync(cursor > 0 ? cursor - 1 : 0);
		break;
 
Read Message
Read Message
Next Topic: TreeCtrl Opened Scrollers 603.r9 [BUG?][FIXED]
Goto Forum:
  


Current Time: Fri Apr 26 22:31:42 CEST 2024

Total time taken to generate the page: 0.04336 seconds