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 next message
zsolt is currently offline  zsolt
Messages: 693
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;
Re: TreeCtrl crash - fixed [message #690 is a reply to message #688] Wed, 25 January 2006 18:35 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Excellent, thanks....
Next Topic: TreeCtrl Opened Scrollers 603.r9 [BUG?][FIXED]
Goto Forum:
  


Current Time: Fri Mar 29 00:30:21 CET 2024

Total time taken to generate the page: 0.01821 seconds