parent
5e1ab6289e
commit
d58cbef4d7
|
@ -92,6 +92,11 @@ XmlCtrl::XmlCtrl (
|
||||||
bufferLen = strlen ( DEFAULT_XML_DECLARATION_UTF8 );
|
bufferLen = strlen ( DEFAULT_XML_DECLARATION_UTF8 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if wxCHECK_VERSION(2,9,0)
|
||||||
|
if ( type != FILE_TYPE_BINARY )
|
||||||
|
SetScrollWidthTracking ( true );
|
||||||
|
#endif
|
||||||
|
|
||||||
#if wxCHECK_VERSION(2,9,0)
|
#if wxCHECK_VERSION(2,9,0)
|
||||||
AddTextRaw ( buffer, bufferLen );
|
AddTextRaw ( buffer, bufferLen );
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue