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

Untangle zoom when in TextEdit #331

Merged
merged 1 commit into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. Untangle zoom when in TextEdit

    Addresses ([damus-io#140])
    
    I don't think the zoom code in handle_key_events was necessary because
    gui zooming already appears to be handled by egui::gui_zoom.
    
    Description of keybindings:
    https://github.com/emilk/egui/blob/59d71831fd43139bf9b427b779a241099b9c9826/crates/egui/src/gui_zoom.rs#L5-L26
    
    Zooming using the described keybindings works fine with a textedit
    focused.
    
    This PR removes the ContextAction::SetPixelsPerPoint aggressively;
    maybe it should remain for other future uses?
    ksedgwic committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a17b2dc View commit details
    Browse the repository at this point in the history