Skip to content

GitLab

  • Menu
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 740
    • Issues 740
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 198
    • Merge requests 198
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • VTK
  • VTKVTK
  • Issues
  • #3134
Closed
Open
Created Apr 14, 2006 by Kitware Robot@kwrobotOwner

vtkRenderer backing store breaks when window unexposed

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


Steps to reproduce:

  1. Open the attached VTK program (or any other VTK program: just modify it by calling BackingStoreOn() on a renderer).
  2. Set any other window to be "always on top".
  3. Move the other window so that it half-covers the VTK window.
  4. Manipulate the camera in the VTK window, while the other window covers half of it.
  5. Move the other window away.

Expected results: the image in the VTK window is identical to what it would have been if the other window hadn't been there.

Actual results: the part of the VTK window which was underneath the other window has the "old" image -- that is, exactly the contents which it had before it was covered by the other window.

This is an extreme annoyance in, say, a program with a large render area which uses dialogs: the dialogs create these glitches very often.

Assignee
Assign to
Time tracking