You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making the text bigger and smaller with the ⌘+ and ⌘- shortcuts works reasonably well, but it won't enlarge images, and it would be nice if we could use the built-in NSScrollView pinch-to-zoom magnification for this. It turns out to be non-trivial to get this to work with a NSTextView inside the scroll view, and when I tried to implement itI kept getting crashes.
The text was updated successfully, but these errors were encountered:
Making the text bigger and smaller with the ⌘+ and ⌘- shortcuts works reasonably well, but it won't enlarge images, and it would be nice if we could use the built-in NSScrollView pinch-to-zoom magnification for this. It turns out to be non-trivial to get this to work with a NSTextView inside the scroll view, and when I tried to implement it I kept getting crashes.
The text was updated successfully, but these errors were encountered: