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
base: 54015b6777d2
Choose a base ref
...
head repository: solvespace/solvespace
compare: 8c750cef9cda
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 23, 2019

  1. Recompute property browser viewport on resize.

    Before this commit, resizing the property browser would cut off
    the rows at the bottom, or else add black space, until next refresh.
    
    This could be perhaps more elegantly done by adding an onResize event
    but given that each of them would be followed by onRender anyway, it
    seems there's no benefit to adding onResize.
    whitequark committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    f035955 View commit details
    Browse the repository at this point in the history
  2. Freeze the scrollbar while editor is open in property browser.

    Before this commit, the scrollbar would move freely, without changing
    the position of the viewport. It would be reset after editing is
    finished.
    whitequark committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    8c750ce View commit details
    Browse the repository at this point in the history