MantisBT - VTK
View Issue Details
0013348VTK(No Category)public2012-08-10 02:342015-10-28 00:05
Yue Zijian 
Alexis Girault 
normalminorhave not tried
closedfixed 
 
 
Release
incorrect functionality
0013348: QVTKWidget does't invoke vtkCommand::ConfigureEvent after resize
Rendering/vtkWin32RenderWindowInteractor.cxx, line 543, there is an InvokeEvent after new size.

GUISupport/Qt/QVTKInteractorAdapter.cxx, after line 71, there is nothing, so the ConfigureEvent observer code does't called at all.
ConfigureEvent, hackaton
Issue History
2012-08-10 02:34Yue ZijianNew Issue
2012-08-13 02:41Yue ZijianTag Attached: ConfigureEvent
2013-06-25 14:32Dave DeMarleNote Added: 0031065
2015-10-19 14:57Utkarsh AyachitTag Attached: hackaton
2015-10-21 14:05Alexis GiraultAssigned To => Alexis Girault
2015-10-21 15:03Alexis GiraultStatusbacklog => gerrit review
2015-10-28 00:05Cory QuammenNote Added: 0035401
2015-10-28 00:05Cory QuammenStatusgerrit review => closed
2015-10-28 00:05Cory QuammenResolutionopen => fixed

Notes
(0031065)
Dave DeMarle   
2013-06-25 14:32   
Thanks.
Would you mind submitting the suggested fix in the form of a gerrit patch to facilitate automated testing and review? For details on how to do so see http://www.vtk.org/Wiki/VTK/Git/Develop [^]
(0035401)
Cory Quammen   
2015-10-28 00:05   
Fixed in gitlab merge request https://gitlab.kitware.com/vtk/vtk/merge_requests/798 [^]