hintbox: fix destructor, supplement to 1e76f6ef4491f263cc8811c63af23844876e9d22

Origin commit data
------------------
Branch: ni/coolstream
Commit: 63a3ef00d3
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-23 (Thu, 23 Jan 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2020-01-23 21:15:51 +01:00
committed by vanhofen
parent 3610e34f13
commit 37a072e741

View File

@@ -202,6 +202,7 @@ void CHintBox::init( const std::string& Text,
CHintBox::~CHintBox()
{
enable_timeout_bar = false;
disableTimeOutBar();
}