mirror of
https://github.com/KDE/konsole.git
synced 2026-06-15 09:18:59 -04:00
Make the "copy input to" dialog also being window modal
It is generally a good idea to make it modeless in the future
This commit is contained in:
@@ -35,6 +35,8 @@ CopyInputDialog::CopyInputDialog(QWidget* parent)
|
||||
setCaption(i18n("Copy Input"));
|
||||
setButtons( KDialog::Ok | KDialog::Cancel );
|
||||
|
||||
setWindowModality(Qt::WindowModal);
|
||||
|
||||
_ui = new Ui::CopyInputDialog();
|
||||
_ui->setupUi(mainWidget());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user