Index: sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp =================================================================== diff -u -r9c699f88ab6b214e25ad2d48993a6c28117b02b5 -r41a604f3fe3a5bb40bddd8c06e5fe88df85e3997 --- sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision 9c699f88ab6b214e25ad2d48993a6c28117b02b5) +++ sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision 41a604f3fe3a5bb40bddd8c06e5fe88df85e3997) @@ -75,8 +75,10 @@ */ void View::VTreatmentVitals::doSkip() { - LOG_APPED_UI(tr("Vital Skipped")); - timerReset(); + if ( enableDialog() ) { + LOG_APPED_UI(tr("Vital Skipped")); + timerReset(); + } } /*!