Ignore:
Timestamp:
Jun 22, 2011, 2:50:49 PM (14 years ago)
Author:
dmik
Message:

user32: Rolled back a change from r21356 (typo?) that broke standard scroll bar functionality (stuck arrow and thumb buttons). Closes #34.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.cpp

    r21544 r21641  
    337337            }
    338338            /* Make sure parent is valid */
    339 /*RLW            if (!window->IsWindow() ) */
    340             if (!::IsWindow(cs->hwndParent) )
     339            if (!window->IsWindow() )
    341340            {
    342341                    RELEASE_WNDOBJ(window);
Note: See TracChangeset for help on using the changeset viewer.