Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 3320acc

Browse files
committed
The error box is now drawn in red to draw attention to it
1 parent ac686db commit 3320acc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/blenderbim/blenderbim/bim

src/blenderbim/blenderbim/bim/ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ def draw(self, context):
406406

407407
if blenderbim.last_error:
408408
box = self.layout.box()
409+
box.alert=True
409410
row = box.row(align=True)
410411
row.label(text="BlenderBIM experienced an error :(", icon="ERROR")
411412
row.operator("bim.close_error", text="", icon="CANCEL")

0 commit comments

Comments
 (0)