+ split file extension from descriptive text of file format to avoid that invalid translation breaks file dialog
+ add method to make image view unclosable for user + fix possible crash in MeshAlgorithm::GetMeshBorder + fix possible crash in MeshAlgorithm::ConnectLines
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<item row="0" column="1">
|
||||
<widget class="Gui::FileChooser" name="extractSource">
|
||||
<property name="filter">
|
||||
<string>Project file (*.fcstd)</string>
|
||||
<string notr="true">Project file (*.fcstd)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -82,7 +82,7 @@
|
||||
<item row="0" column="1">
|
||||
<widget class="Gui::FileChooser" name="createSource">
|
||||
<property name="filter">
|
||||
<string>Document.xml</string>
|
||||
<string notr="true">Document.xml</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user