Update of /cvsroot/wgui/wgui/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25476/includes
Modified Files:
wg_textbox.h
Log Message:
Textbox warning fix and CFrame transparency-while-dragging disabled.
Index: wg_textbox.h
===================================================================
RCS file: /cvsroot/wgui/wgui/includes/wg_textbox.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** wg_textbox.h 3 Jun 2004 19:10:52 -0000 1.12
--- wg_textbox.h 15 Feb 2006 16:09:27 -0000 1.13
***************
*** 155,159 ****
unsigned char m_FontSize; //!< The font size (in points)
std::string::size_type m_SelStart; //!< Selection start point, in characters
! int m_SelLength; //!< Selection length, in characters
std::string::size_type m_DragStart; //!< The position where the draw started
bool m_bReadOnly; //!< If true, the text of the control cannot be changed
--- 155,159 ----
unsigned char m_FontSize; //!< The font size (in points)
std::string::size_type m_SelStart; //!< Selection start point, in characters
! long int m_SelLength; //!< Selection length, in characters
std::string::size_type m_DragStart; //!< The position where the draw started
bool m_bReadOnly; //!< If true, the text of the control cannot be changed
|