typo fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-09-18 16:49:31 +00:00
parent 014b0d064e
commit ec6e0a192c
3 changed files with 5 additions and 5 deletions

View File

@@ -2336,10 +2336,10 @@ void wxWindow::DoGetClientSize( int *width, int *height ) const
{
if (HasScrolling())
{
#if 0 // unused - if this is ok, just remove this line (VZ)
GtkScrolledWindow *scroll_window = GTK_SCROLLED_WINDOW(m_widget);
#endif // 0
#if 0 // unused - if this is ok, just remove this line (VZ)
GtkScrolledWindowClass *scroll_class = GTK_SCROLLED_WINDOW_CLASS( GTK_OBJECT(m_widget)->klass );
#endif // 0
GtkWidget *viewport = scroll_window->viewport;
GtkStyleClass *viewport_class = viewport->style->klass;