Skip to content

Commit

Permalink
Revert "Fixing #530 - Fix removed"
Browse files Browse the repository at this point in the history
This reverts commit c123192.
  • Loading branch information
foldynl committed Dec 6, 2024
1 parent 45cb2ab commit 5793018
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ TBC - 0.41.0
- [NEW] - Added an input parameter to save debug message to file
- [NEW] - Logbook - Added sorting function to logbook table columns (PR #540 @kyleboyle)
- [CHANGED] - Settings: disabled band and mode name modification
- Fixed MacOS - keep floating windows visible on app unfocus (issue #530)
- Fixed Contest Filter ignores the first QSO (issue #529)
- Fixed It is not possible to quit Qlog with detached widgets Rot & Rig (issue #534)

Expand Down
3 changes: 0 additions & 3 deletions ui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -399,16 +399,13 @@ MainWindow::MainWindow(QWidget* parent) :

setupActivitiesMenu();

// Temporary disabled (Issue #530)
#if 0
const QList<QDockWidget*> dockWidgets = findChildren<QDockWidget*>();

for ( QDockWidget* dockWidget : dockWidgets )
{
if ( dockWidget )
dockWidget->setAttribute(Qt::WA_MacAlwaysShowToolWindow, true);
}
#endif
}

void MainWindow::closeEvent(QCloseEvent* event)
Expand Down

0 comments on commit 5793018

Please sign in to comment.