c53ec507ba1944411e4eba5ce50e6b775810a4d3,dipy/viz/ui.py,FileSelectMenuText2D,build_actor,#FileSelectMenuText2D#Any#Any#Any#Any#Any#Any#Any#Any#Any#,2447
Before Change
text_actor.shadow = shadow
text_actor.color = color
if vtk.vtkVersion.GetVTKSourceVersion().split(" ")[-1] <= "6.2.0":
pass
else:
text_actor.actor.GetTextProperty().SetBackgroundColor(1, 1, 1)
After Change
text_actor.shadow = shadow
text_actor.color = color
if vtk.vtkVersion.GetVTKVersion() <= "6.2.0":
pass
else:
text_actor.actor.GetTextProperty().SetBackgroundColor(1, 1, 1)
In pattern: SUPERPATTERN
Frequency: 7
Non-data size: 5
Instances
Project Name: nipy/dipy
Commit Name: c53ec507ba1944411e4eba5ce50e6b775810a4d3
Time: 2018-03-02
Author: marc.cote.19@gmail.com
File Name: dipy/viz/ui.py
Class Name: FileSelectMenuText2D
Method Name: build_actor
Project Name: nipy/dipy
Commit Name: c53ec507ba1944411e4eba5ce50e6b775810a4d3
Time: 2018-03-02
Author: marc.cote.19@gmail.com
File Name: dipy/viz/ui.py
Class Name: TextBlock2D
Method Name: background_color
Project Name: nipy/dipy
Commit Name: c53ec507ba1944411e4eba5ce50e6b775810a4d3
Time: 2018-03-02
Author: marc.cote.19@gmail.com
File Name: dipy/viz/ui.py
Class Name: TextBox2D
Method Name: build_actor
Project Name: nipy/dipy
Commit Name: c53ec507ba1944411e4eba5ce50e6b775810a4d3
Time: 2018-03-02
Author: marc.cote.19@gmail.com
File Name: dipy/viz/ui.py
Class Name:
Method Name:
Project Name: nipy/dipy
Commit Name: c53ec507ba1944411e4eba5ce50e6b775810a4d3
Time: 2018-03-02
Author: marc.cote.19@gmail.com
File Name: dipy/viz/ui.py
Class Name: TextBlock2D
Method Name: background_color
Project Name: nipy/dipy
Commit Name: c53ec507ba1944411e4eba5ce50e6b775810a4d3
Time: 2018-03-02
Author: marc.cote.19@gmail.com
File Name: dipy/viz/ui.py
Class Name: FileSelectMenuText2D
Method Name: set_attributes
Project Name: nipy/dipy
Commit Name: c53ec507ba1944411e4eba5ce50e6b775810a4d3
Time: 2018-03-02
Author: marc.cote.19@gmail.com
File Name: dipy/viz/ui.py
Class Name: FileSelectMenuText2D
Method Name: mark_selected