From 87a448816deeaadec5ef2f76b3de05944827c7a2 Mon Sep 17 00:00:00 2001 From: Igor Belitskiy Date: Fri, 12 May 2023 14:10:54 +0600 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=B7=D0=B0=D0=BA=D1=80=D1=8B=D1=82=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BE=D0=BA=D0=BD=D0=B0=20=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/ubl-settings-datetime.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/ubl-settings-datetime.cc b/source/ubl-settings-datetime.cc index fde627d..6b06498 100755 --- a/source/ubl-settings-datetime.cc +++ b/source/ubl-settings-datetime.cc @@ -416,7 +416,7 @@ void MainWindow::synopsis_show() { this->open_browser(); } else { - wndShowWeb->show_all(); + wndShowWeb->show_all(); } } @@ -428,6 +428,7 @@ void MainWindow::open_browser() { #else this->template_open_browser(); #endif + wndShowWeb->hide(); } void MainWindow::template_open_browser() {