1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Make loading error messages copyable

This commit is contained in:
elsid 2023-03-08 01:02:29 +01:00
parent 6d8f3c7bce
commit 9598b26462
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

View File

@ -70,6 +70,7 @@ CSVDoc::LoadingDocument::LoadingDocument(CSMDoc::Document* document)
// error message
mError = new QLabel(this);
mError->setWordWrap(true);
mError->setTextInteractionFlags(Qt::TextSelectableByMouse);
mLayout->addWidget(mError);