Skip to content
  • Deucе's avatar
    Fix issue 146 · 7ece180e
    Deucе authored
    Fix return value when handling WM_SETCURSOR.  Returning FALSE
    indicating we didn't handle it stopped the cursor from being set
    to the size arrow cursors.  Instead, pass it to DefWindowProc().
    
    While we're here, handle WM_SIZING to make it more clear that you
    can't change the aspect ratio by dragging.
    7ece180e