hintbox: fix destructor, supplement to 1e76f6ef44

This commit is contained in:
Jacek Jendrzej
2020-01-22 23:41:47 +01:00
parent 1b5006a911
commit fee92f0ab4

View File

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