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

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: 740
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: Thu Sep 03 11:48:45 GMT+2 2026

Total time taken to generate the page: 0.00613 seconds