Fix #112016: Sockets in closed node panels still draggable. #112019

Merged
Lukas Tönne merged 2 commits from LukasTonne/blender:fix-closed-panel-link-drag into main 2023-09-06 13:34:29 +02:00

2 Commits

Author SHA1 Message Date
Lukas Tönne 0c0f550398 Use `this->` prefix to indicate member function. 2023-09-06 13:33:30 +02:00
Lukas Tönne 2b61ae5a67 Fix #112016: Sockets in closed node panels still draggable.
Include the `SOCK_PANEL_COLLAPSED` flag in the general `is_visible`
function used to determine if operators can see the socket.
2023-09-06 11:32:23 +02:00