Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of NSRulerView #102

Open
ghost opened this issue Aug 13, 2014 · 1 comment
Open

Get rid of NSRulerView #102

ghost opened this issue Aug 13, 2014 · 1 comment
Milestone

Comments

@ghost
Copy link

ghost commented Aug 13, 2014

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.

@ghost ghost added the design proposal label Aug 13, 2014
@ghost ghost added this to the v0.3 milestone Aug 13, 2014
@ghost
Copy link
Author

ghost commented Aug 13, 2014

This would also help #79 and #81.

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

No branches or pull requests

0 participants