Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 830
    • Issues 830
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 240
    • Merge requests 240
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Issues
  • #362
Closed
Open
Issue created Nov 10, 2003 by Kitware Robot@kwrobotOwner

vtkAxisActor2D is not updated when window size changes

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


If the window size changes, but the axis position remains the same, the labels are not updated as they should.

This is because in vtkAxisActor2D::BuildAxis(), if the viewport has changed, the function only checks whether the position of the actor has changed. If it is the same, the function exits, and the labels are not updated (the size of the labels should change when window size changes).

This only happens when changing the window size does not change the position of the axis.

The function should be modified to check the size of the window too.

Assignee
Assign to
Time tracking