mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Replace new #ifdef Q_OS_LINUX in main_window.cpp added a month ago
This commit is contained in:
@@ -365,7 +365,7 @@ void MainWindow::refreshTitleWidget() {
|
||||
_titleShadow.destroy();
|
||||
}
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
#if defined Q_OS_UNIX && !defined Q_OS_MAC
|
||||
// setWindowFlag calls setParent(parentWidget(), newFlags), which
|
||||
// always calls hide() explicitly, we have to show() the window back.
|
||||
const auto hidden = isHidden();
|
||||
@@ -378,7 +378,7 @@ void MainWindow::refreshTitleWidget() {
|
||||
this,
|
||||
[=] { show(); });
|
||||
}
|
||||
#endif // Q_OS_LINUX
|
||||
#endif // Q_OS_UNIX && !Q_OS_MAC
|
||||
}
|
||||
|
||||
void MainWindow::updateMinimumSize() {
|
||||
|
Reference in New Issue
Block a user