Post #3900: replace line 1929 in operators.py
📋 Metadata
- Author: wilBr
- Date: 2021-06-15 11:57:54
- Type:
answer - Quality Score: 7/10
- Reply to: post_03899
- Replies (2): post_03901, post_03902
🏷️ Tags
⚙️ Related PME Features
- Pie Menu Editor
- Python Scripting
💬 Content
replace line 1929 in operators.py
from:
event, self._draw_pm, pm.name if pr.show_pm_title else “”)
to:
event=event, draw_func=self._draw_pm, title=pm.name if pr.show_pm_title else “”)
❤️ 8 likes