From 01a0e4b658241cc3dbd8a5d11d34a6de48dab159 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 28 May 2015 00:55:13 +0300 Subject: Add strong typed bool type Visible. --- src/actions/actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions/actions.cpp') diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index aacd40406..a666d01a2 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -341,7 +341,7 @@ impHandler0(ok) // Close the Browser if opened if (helpWindow && helpWindow->isWindowVisible()) { - helpWindow->setVisible(false); + helpWindow->setVisible(Visible_false); return true; } // Close the config window, cancelling changes if opened -- cgit v1.2.3-70-g09d2