Skip to content

Commit

Permalink
BIM: Fixed leftover bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed May 2, 2024
1 parent bf3f03b commit 7074da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/BIM/nativeifc/ifc_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def htmlize(diff):
def show_diff(diff):
"""Shows a dialog showing the diff contents"""

dlg = FreeCADGui.PySideUic.loadUi(":/ui/dialogDiff.ui"))
dlg = FreeCADGui.PySideUic.loadUi(":/ui/dialogDiff.ui")
dlg.textEdit.setStyleSheet("background-color: white; color: black;")
dlg.textEdit.setHtml(htmlize(diff))
result = dlg.exec_()

0 comments on commit 7074da6

Please sign in to comment.