Skip to content

Commit

Permalink
fix: add missing fast menu no prediction results section count
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-hm committed Jun 25, 2022
1 parent c505ad7 commit ac391ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interface/fast_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ def draw_no_object_predictions(self, context):
layout.operator("mesh.primitive_plane_add", icon='MESH_PLANE')
layout.operator("mesh.primitive_cube_add", icon='MESH_CUBE')

return SECTION_COUNT


def draw_two_object_predictions(self, context):
layout = self.layout
Expand Down

0 comments on commit ac391ae

Please sign in to comment.