Skip to content

Get rid of NSRulerView #102

Description

Our NSRulerView subclass doesn’t use much behaviour from NSRulerView since we’re drawing markers and labels ourselves. Furthermore, NSScrollView with visible rulers has magnification problems, which has led us to implement magnification manually, which in turn is related to #80.

Another approach would be a custom view containing a scroll view and two (maybe four) ruler views that do not inherit from NSRulerView. This is only slightly more complex than our current design, and it will potentially fix the magnification issues.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions