From 37a072e741642bb68f08dc7cd847e64690ecbdd9 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 23 Jan 2020 21:15:51 +0100 Subject: [PATCH] hintbox: fix destructor, supplement to 1e76f6ef4491f263cc8811c63af23844876e9d22 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/63a3ef00d3ed47088b6242ee1c69d720606f60b4 Author: Jacek Jendrzej Date: 2020-01-23 (Thu, 23 Jan 2020) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/widget/hintbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/widget/hintbox.cpp b/src/gui/widget/hintbox.cpp index 62ecf334c..9cc7251e3 100644 --- a/src/gui/widget/hintbox.cpp +++ b/src/gui/widget/hintbox.cpp @@ -202,6 +202,7 @@ void CHintBox::init( const std::string& Text, CHintBox::~CHintBox() { + enable_timeout_bar = false; disableTimeOutBar(); }