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 » U++ Library : Other (not classified elsewhere) » bad visualization of a column list
Re: bad visualization of a column list [message #6778 is a reply to message #6739] Sun, 26 November 2006 23:56 Go to previous message
mirek is currently offline  mirek
Messages: 14261
Registered: November 2005
Ultimate Member
Such a stupid bug... That ArrayCtrl simply got scrolled even if it was not visible...

Quick Fix:

CtrlCore/CtrlDraw.cpp:109

void  Ctrl::ScrollView(const Rect& _r, int dx, int dy)
{
	if(IsFullRefresh() || !IsVisible())
		return;


(or wait for the next release tomorrow)

Mirek

[Updated on: Sun, 26 November 2006 23:57]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: background color of the cell in the GridCtrl
Next Topic: NFormat and crash of the program
Goto Forum:
  


Current Time: Thu Jun 26 07:40:16 CEST 2025

Total time taken to generate the page: 0.03987 seconds