mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Remove activateWindow() when EditDock is toggled
There's no need to set sqlitebrowser as active window when updating the main application window. The `activateWindow()` call prevents switching workspaces in GNOME and Cinnamon desktops. Fixes #934
This commit is contained in:
@@ -863,7 +863,6 @@ void MainWindow::toggleEditDock(bool visible)
|
||||
{
|
||||
if (!visible) {
|
||||
// Update main window
|
||||
activateWindow();
|
||||
ui->dataTable->setFocus();
|
||||
} else {
|
||||
// fill edit dock with actual data
|
||||
|
||||
Reference in New Issue
Block a user