Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solvespace/solvespace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: be0dc7e2cb43
Choose a base ref
...
head repository: solvespace/solvespace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5dbe090098df
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 20, 2019

  1. Win32: do not insert windows with parents after HWND_TOPMOST.

    It is not clear why this code was added (I don't remember) and
    the normal parent-child relationship should be sufficient for
    the task of keeping property browser on top of the main window.
    
    With SetWindowPos(hwnd, HWND_TOPMOST) though, the property browser
    window stays on top of *anything*, even if the user switches to
    an entirely different application.
    whitequark committed May 20, 2019
    Copy the full SHA
    5dbe090 View commit details
Loading