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 » TabCtrl » TabCtrl crash in debug mode when using remove method
Re: TabCtrl crash in debug mode when using remove method [message #23486 is a reply to message #23476] Thu, 22 October 2009 21:39 Go to previous messageGo to previous message
Didier is currently offline  Didier
Messages: 680
Registered: November 2008
Location: France
Contributor
I found the bug Smile

in TabCtrl.cpp Line 139

replace
ScrollInto(sel);

with
if (sel < tab.GetCount())	ScrollInto(sel);


 
Read Message
Read Message
Read Message
Read Message
Previous Topic: TabCtrl FIX
Next Topic: Disappearing tabs in TabCtrl
Goto Forum:
  


Current Time: Sun May 12 19:37:16 CEST 2024

Total time taken to generate the page: 0.02736 seconds