Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorc.lamboo <casperlamboo@gmail.com>2022-06-14 17:49:40 +0300
committerc.lamboo <casperlamboo@gmail.com>2022-06-14 17:49:40 +0300
commita7fcc1519786dc4dd623df2184cd439a002624c4 (patch)
treefd96aac3f165b3d3dfc60a479f5528ed454da3c2 /plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
parent0d4c3fa34d4690c16e5f536553e3f4d242d5620c (diff)
Re-enable regular expression
CURA-8555
Diffstat (limited to 'plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml')
-rw-r--r--plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml b/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
index a8e672ffa2..0a94a4f48a 100644
--- a/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
+++ b/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
@@ -66,7 +66,7 @@ Item
anchors.topMargin: UM.Theme.getSize("thin_margin").height
validator: RegularExpressionValidator
{
-// regularExpression: /^[\w\-\. ()]{0,255}$/
+ regularExpression: /^[\w\-\. ()]{0,255}$/
}
text: PrintInformation.jobName