Skip to content

Fixed a renderView right click bug after app starts

Yumin Yuan requested to merge yumin/cmb:context_behavior_bug into master

ModelBuilder will crash if right-click in renderWindow right after application starts, before any sessions are started. The reason is that the manager in ModelPanel was null before any session starts. So manager-null-checking is added when handling right-click-on-render-window.

Merge request reports