If the QmitkSliderLevelWindowWidget has to handle a image with a lower level window range that is negative infinite (e.g. on pixel in the image with value negative infinite) it got stuck in a infinite loop in QmitkSliderLevelWindowWidget.cpp line 152ff.
Reason: It is unpossible to ever reach the stopping criteria
i < m_MoveHeight;
The paint event should be rewritten to also handle situations, where the range contain infinite boundaries or NaN values, without crashing ot get stucked,