HomePhabricator
Diffusion MITK 0dd5b03404fb

update
Concern Raised0dd5b03404fb

Description

update

Details

Auditors
floca
Provenance
kauschAuthored on Sep 28 2018, 12:49 PM
kauschPushed on Sep 28 2018, 10:50 AM
Parents
rMITKe0e52dd7a560: Merge branch 'T25317-Icon_accent_color_in_light_theme' into T25191-v2018.04-beta
Branches
Unknown
Tags
Unknown

Event Timeline

floca added a subscriber: floca.
floca added inline comments.
/Modules/Core/src/Rendering/vtkMitkThickSlicesFilter.cpp
322

can be removed

/Modules/QtWidgets/src/QmitkRenderWindowMenu.cpp
798

Why must this be static?

827–844

Just remove commented out code

989–992

Ensure if the widget boundary is enough (as started with maximum). If this is the case, completly remove the bondary checks here. They are redundant.

991–992

remove it

This commit now has outstanding concerns.Sep 28 2018, 12:22 PM
kausch added inline comments.
/Modules/QtWidgets/src/QmitkRenderWindowMenu.cpp
798

I used static because then the variable is instantiated only on the first call, if the reslice.thickness property is changed this mode should be new default mode for num>0

991–992

The reslice.thickness.num property, sets the value of the slider but the slider is connected afterwards to its action. That means currently the view is not updated when the slice number is changed in the properties. Not sure why it's done this way.