git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28968
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
if ( !win->m_wxwindow->window )
{
{
if ( !win->m_wxwindow->window )
{
- // VZ: this happens on startup -- why?
+ // window not realized yet
GdkRectangle erase_rect;
if ( isVert )
{
GdkRectangle erase_rect;
if ( isVert )
{
- int h = win->GetClientSize().GetHeight();
+ int h = win->GetClientSize().GetHeight();
rect.width = SASH_FULL_SIZE;
rect.width = SASH_FULL_SIZE;
erase_rect.x = position;
erase_rect.y = 0;
erase_rect.x = position;
erase_rect.y = 0;
- int w = win->GetClientSize().GetWidth();
+ int w = win->GetClientSize().GetWidth();
rect.y = position;
rect.height = SASH_FULL_SIZE;
rect.y = position;
rect.height = SASH_FULL_SIZE;
erase_rect.y = position;
erase_rect.x = 0;
erase_rect.y = position;
erase_rect.x = 0;
rect.y,
rect.width,
rect.height,
rect.y,
rect.width,
rect.height,
- !isVert ? GTK_ORIENTATION_VERTICAL : GTK_ORIENTATION_HORIZONTAL
+ isVert ? GTK_ORIENTATION_VERTICAL : GTK_ORIENTATION_HORIZONTAL
{
if ( !win->m_wxwindow->window )
{
{
if ( !win->m_wxwindow->window )
{
- // VZ: this happens on startup -- why?
+ // window not realized yet
GdkRectangle erase_rect;
if ( isVert )
{
GdkRectangle erase_rect;
if ( isVert )
{
- int h = win->GetClientSize().GetHeight();
+ int h = win->GetClientSize().GetHeight();
rect.width = SASH_FULL_SIZE;
rect.width = SASH_FULL_SIZE;
erase_rect.x = position;
erase_rect.y = 0;
erase_rect.x = position;
erase_rect.y = 0;
- int w = win->GetClientSize().GetWidth();
+ int w = win->GetClientSize().GetWidth();
rect.y = position;
rect.height = SASH_FULL_SIZE;
rect.y = position;
rect.height = SASH_FULL_SIZE;
erase_rect.y = position;
erase_rect.x = 0;
erase_rect.y = position;
erase_rect.x = 0;
rect.y,
rect.width,
rect.height,
rect.y,
rect.width,
rect.height,
- !isVert ? GTK_ORIENTATION_VERTICAL : GTK_ORIENTATION_HORIZONTAL
+ isVert ? GTK_ORIENTATION_VERTICAL : GTK_ORIENTATION_HORIZONTAL