mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 03:21:43 -06:00
Ensure the Escape key doesn't make Plot and Remote docks go away
Override reject() as done in other dock dialogs. Fixes #1310
This commit is contained in:
@@ -861,3 +861,10 @@ void PlotDock::toggleStackedBars(bool stacked)
|
||||
adjustBars();
|
||||
ui->plotWidget->replot();
|
||||
}
|
||||
|
||||
void PlotDock::reject()
|
||||
{
|
||||
// We override this, to ensure the Escape key doesn't make this dialog
|
||||
// dock go away
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user