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:
parent
6d8f3c7bce
commit
9598b26462
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user