git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35158
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxString st = str ;
wxMacConvertNewlines10To13( &st ) ;
wxString st = str ;
wxMacConvertNewlines10To13( &st ) ;
- HIRect hr = { bounds.left , bounds.top , bounds.right - bounds.left , bounds.bottom- bounds.top } ;
+ HIRect hr = { { bounds.left , bounds.top} ,
+ { bounds.right - bounds.left , bounds.bottom - bounds.top} } ;
m_scrollView = NULL ;
TXNFrameOptions frameOptions = FrameOptionsFromWXStyle( style ) ;
m_scrollView = NULL ;
TXNFrameOptions frameOptions = FrameOptionsFromWXStyle( style ) ;