FIX: context menu didn't update UI
jira: STUDIO-5691 Change-Id: Ia66b8623d832eba805aff5320941233a68ff258b
This commit is contained in:
parent
fa8b21bfcc
commit
25ee685e4a
|
@ -2673,7 +2673,7 @@ Plater::priv::priv(Plater *q, MainFrame *main_frame)
|
|||
|
||||
q->SetSizer(hsizer);
|
||||
|
||||
menus.init(q);
|
||||
menus.init(main_frame);
|
||||
|
||||
|
||||
// Events:
|
||||
|
|
Loading…
Reference in New Issue