Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximizing the area looses the connection #8

Open
vilemduha opened this issue Dec 31, 2020 · 2 comments
Open

Maximizing the area looses the connection #8

vilemduha opened this issue Dec 31, 2020 · 2 comments

Comments

@vilemduha
Copy link

Simply hitting ctrl+space to maximize area throws error and causes the sampel widget operator to hang:
I think the library should store the link to areas differently (like indices or something), and should actively find a new area if it looses the original one, or end itself.

location: :-1
Error: Python: Traceback (most recent call last):
File "C:\Users\vilem\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\bl_ui_widgets-master\bl_ui_draw_op.py", line 60, in modal
def modal(self, context, event):
File "C:\Users\vilem\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\bl_ui_widgets-master\bl_ui_draw_op.py", line 52, in handle_widget_events

File "C:\Users\vilem\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\bl_ui_widgets-master\bl_ui_widget.py", line 93, in handle_event
inrect = self.is_in_rect(x, y)
File "C:\Users\vilem\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\bl_ui_widgets-master\bl_ui_widget.py", line 119, in is_in_rect
area_height = self.get_area_height()
File "C:\Users\vilem\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\bl_ui_widgets-master\bl_ui_widget.py", line 116, in get_area_height
return self.context.area.height
AttributeError: 'NoneType' object has no attribute 'height'

@jayanam
Copy link
Owner

jayanam commented Dec 31, 2020 via email

@vilemduha
Copy link
Author

I'd like to help with this - I wrote you an email yesterday but not sure If I had youre email correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants