update
Description
Description
Details
Details
- Auditors
floca - Provenance
• kausch Authored on Sep 28 2018, 12:49 PM • kausch Pushed 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
Event Timeline
/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 |
/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. |