diff --git a/src/cpp/re/edit/Widget.cpp b/src/cpp/re/edit/Widget.cpp index f1a543f..e164542 100644 --- a/src/cpp/re/edit/Widget.cpp +++ b/src/cpp/re/edit/Widget.cpp @@ -1125,11 +1125,12 @@ void Widget::renderVisibilityToggle(AppContext &iCtx) if(ReGui::VisibilityButton(isHidden(), isSelected())) toggleVisibility(); - if(ImGui::BeginPopupContextItem()) - { - renderVisibilityMenu(iCtx); - ImGui::EndPopup(); - } + // no point at the moment... +// if(ImGui::BeginPopupContextItem()) +// { +// renderVisibilityMenu(iCtx); +// ImGui::EndPopup(); +// } } //------------------------------------------------------------------------