Home » Community » U++ community news and announcements » Upp 2007.1beta released
Re: Upp 2007.1beta released [message #7735 is a reply to message #7734] |
Thu, 18 January 2007 07:02   |
 |
mirek
Messages: 14262 Registered: November 2005
|
Ultimate Member |
|
|
Novo wrote on Thu, 18 January 2007 00:10 | I'm getting a strange looking scrollbar on Win2000 with an SqlArray created with NoAutoHideSb(). See an attachment.
Looks like a problem to me.
|
Please check this fix:
CtrlLib/ScrollBar.cpp 133:
if(IsHorz()) {
ChPaint(w, style->arrowsize, 0, sz.cx / 2, sz.cy, l[0][CTRL_DISABLED]);
ChPaint(w, style->arrowsize + sz.cx / 2, 0, sz.cx - sz.cx / 2, sz.cy, l[1][CTRL_DISABLED]);
}
else {
ChPaint(w, 0, style->arrowsize, sz.cx, sz.cy / 2, l[0][CTRL_DISABLED]);
ChPaint(w, 0, style->arrowsize + sz.cy / 2, sz.cx, sz.cy - sz.cy / 2, l[1][CTRL_DISABLED]);
}
Mirek
|
|
|
 |
|
Upp 2007.1beta released
By: unodgs on Tue, 16 January 2007 23:19
|
 |
|
Re: Upp 2007.1beta released
By: masu on Wed, 17 January 2007 11:01
|
 |
|
Re: Upp 2007.1beta released
By: mirek on Wed, 17 January 2007 11:36
|
 |
|
Re: Upp 2007.1beta released
By: Ulti on Thu, 18 January 2007 01:55
|
 |
|
Re: Upp 2007.1beta released
By: mirek on Thu, 18 January 2007 04:59
|
 |
|
Re: Upp 2007.1beta released
By: Ulti on Thu, 18 January 2007 07:27
|
 |
|
Re: Upp 2007.1beta released
|
 |
|
Re: Upp 2007.1beta released
|
 |
|
Re: Upp 2007.1beta released
By: mirek on Thu, 18 January 2007 18:32
|
 |
|
Re: Upp 2007.1beta released
|
 |
|
Re: Upp 2007.1beta released
By: mirek on Fri, 19 January 2007 14:53
|
 |
 |
Re: Upp 2007.1beta released
By: Novo on Thu, 18 January 2007 06:10
|
 |
|
Re: Upp 2007.1beta released
By: mirek on Thu, 18 January 2007 07:02
|
 |
|
Re: Upp 2007.1beta released
By: Novo on Fri, 19 January 2007 02:24
|
Goto Forum:
Current Time: Thu Jun 26 22:40:15 CEST 2025
Total time taken to generate the page: 0.05890 seconds
|