MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000553 | VTK | (No Category) | public | 2004-01-29 07:35 | 2004-01-30 14:34 |
Reporter | bahn | ||||
Assigned To | Mathieu Malaterre | ||||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | |||||
Type | |||||
Summary | 0000553: Render dont send EndEvent if no props | ||||
Description | vtkRender dont send any EndEvent if it happens to render with a PropArrayCount == 0 This is a problem if using the StartEvent/EndEvent callbacks to change e.g. state of cursor. The solution could be to add this->InvokeEvent(vtkCommand::EndEvent,NULL); in vtkRenderer.cxx (diff -u below): --- vtkRenderer.cxx.orig4.2 2004-01-29 13:35:56.000000000 +0100 +++ vtkRenderer.cxx 2004-01-29 11:10:25.000000000 +0100 @@ -431,6 +431,7 @@ if ( this->PropArrayCount == 0 ) { + this->InvokeEvent(vtkCommand::EndEvent,NULL); return 0; } | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) |
Notes | |||||
|
|||||
|
|