Исправлено закрытие окна справки

pull/113/head
Igor Belitskiy 3 years ago
parent 7d8e9d798d
commit 87a448816d

@ -416,7 +416,7 @@ void MainWindow::synopsis_show() {
this->open_browser(); this->open_browser();
} }
else { else {
wndShowWeb->show_all(); wndShowWeb->show_all();
} }
} }
@ -428,6 +428,7 @@ void MainWindow::open_browser() {
#else #else
this->template_open_browser(); this->template_open_browser();
#endif #endif
wndShowWeb->hide();
} }
void MainWindow::template_open_browser() { void MainWindow::template_open_browser() {

Loading…
Cancel
Save