[Wgui-cvs] wgui CHANGES,1.139,1.140
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-05-05 14:52:57
|
Update of /cvsroot/wgui/wgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv770 Modified Files: CHANGES Log Message: Fixed CTextBox highlighting bug. Index: CHANGES =================================================================== RCS file: /cvsroot/wgui/wgui/CHANGES,v retrieving revision 1.139 retrieving revision 1.140 diff -C2 -d -r1.139 -r1.140 *** CHANGES 4 May 2004 16:11:12 -0000 1.139 --- CHANGES 5 May 2004 14:52:34 -0000 1.140 *************** *** 3,6 **** --- 3,7 ---- + Changed CProgressBar: CProgressBar now inherits from the CRangeControl class, so several methods have been renamed (primarily Get/SetProgress is now Get/SetValue) + Changed CScrollBar: CScrollBar now inherits from the CRangeControl class, so several methods have been renamed (primarily Get/SetPosition is now Get/SetValue) + + Bugfix CTextBox: CTextBox would crash when you tried highlighting past the last line of text. This has been fixed. |