Skip to content

Commit

Permalink
UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkioraskari committed Nov 22, 2024
1 parent 9dac4cb commit f3adb12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IFCtoLBD/src/license/THIRD-PARTY.properties
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
# Please fill the missing licenses for dependencies :
#
#
#Fri Oct 04 16:46:27 CEST 2024
#Fri Nov 15 17:35:56 CET 2024
gnu.getopt--java-getopt--1.0.13=
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ private void convertIFCToRDF() {
this.building_elements.isSelected(), this.building_elements_separate_file.isSelected(),
this.building_props.isSelected(), this.building_props_separate_file.isSelected(),
this.building_props_blank_nodes.isSelected(), this.geolocation.isSelected(), this.geometry_elements.isSelected(),
this.ifcOWL_elements.isSelected(), this.ifcOWL_elements.isSelected(), this.hasPerformanceBoost.isSelected(),
this.ifcOWL_elements.isSelected(), this.createUnits.isSelected(), this.hasPerformanceBoost.isSelected(),
this.hasBoundingBox_WKT.isSelected(), this.hasHierarchicalNaming.isSelected(),this.ifc_based_elements .isSelected(),this.geometry_interfaces.isSelected()));
} catch (Exception e) {
Platform.runLater(() -> this.conversionTxt.appendText(e.getMessage()));
Expand Down

0 comments on commit f3adb12

Please sign in to comment.