BoxSizer to Sizer
This commit is contained in:
@@ -70,7 +70,7 @@ void cText::Red()
|
||||
}
|
||||
|
||||
/// Sets
|
||||
void cText::setSize(const unsigned long int size /*= 8*/)
|
||||
void cText::setSize( const unsigned long int size /*= 8*/ )
|
||||
{
|
||||
if (m_size != size) {
|
||||
m_size = size;
|
||||
|
||||
Reference in New Issue
Block a user