summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-08 14:01:02 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-08 14:01:02 (GMT)
commitc279078f14bf3cdcae945d234e33b9b4027173eb (patch)
treec3cd024348bf1c65211f581b28feb9be319b71e8
parenta20ca0c603659b6b53e680d377540d4f8057b208 (diff)
parentd9b974b18ebad4bd84f40e7cebe01725f081bd5e (diff)
downloadCMake-c279078f14bf3cdcae945d234e33b9b4027173eb.zip
CMake-c279078f14bf3cdcae945d234e33b9b4027173eb.tar.gz
CMake-c279078f14bf3cdcae945d234e33b9b4027173eb.tar.bz2
Merge branch 'cmake-gui-osx-install-command-line' into release
-rw-r--r--Source/QtDialog/CMakeSetupDialog.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.cxx b/Source/QtDialog/CMakeSetupDialog.cxx
index 426fa12..bc783a3 100644
--- a/Source/QtDialog/CMakeSetupDialog.cxx
+++ b/Source/QtDialog/CMakeSetupDialog.cxx
@@ -445,6 +445,7 @@ void CMakeSetupDialog::doInstallForCommandLine()
l->addWidget(lab);
lab->setText(msg);
lab->setWordWrap(false);
+ lab->setTextInteractionFlags(Qt::TextSelectableByMouse);
QDialogButtonBox* btns = new QDialogButtonBox(QDialogButtonBox::Ok,
Qt::Horizontal, &dialog);
QObject::connect(btns, SIGNAL(accepted()), &dialog, SLOT(accept()));