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

Update canvas layer size and control after project settings changed. #93717

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 29, 2024

  1. Update controls after project settings changed.

    In `canvas_item_editor_plugin`: Call `update_viewport()` in
    `_project_setting_changed` to redraw viewport after project
    settings changed.
    
    In `control`: Add a new private function `_project_setting_changed`
    to update the size and redraw the control. Connect/Disconnet this
    function to "settings_changed" of `ProjectSettings` when the control
    enters/exits the canvas.
    EAinsley committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    17d2acd View commit details
    Browse the repository at this point in the history