mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #511 Fix window modality
Both CPluginDetailsWindow and CPluginConfigWindow have window modality set.
This commit is contained in:
@@ -7,7 +7,7 @@ namespace BlackGui {
|
||||
|
||||
CPluginConfigWindow::CPluginConfigWindow(QWidget *parent) : QWidget(parent, Qt::Window)
|
||||
{
|
||||
|
||||
setWindowModality(Qt::WindowModal);
|
||||
}
|
||||
|
||||
void CPluginConfigWindow::showEvent(QShowEvent *event)
|
||||
|
||||
Reference in New Issue
Block a user