UI: remove toolbar separator between categories

Made cursor split from selection tools, giving ugly 2 column layout.
This commit is contained in:
Campbell Barton 2018-04-29 16:49:24 +02:00
parent 65d78f4695
commit 695326eb8f
1 changed files with 0 additions and 2 deletions

View File

@ -472,8 +472,6 @@ class VIEW3D_PT_tools_active(ToolSelectPanelHelper, Panel):
yield from item(context)
else:
yield item
# Separate
yield None
@classmethod