Skip to content

Commit

Permalink
VOXEDIT: moved the menubar entries a little bit to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Nov 13, 2024
1 parent d099e56 commit 2e05c71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/voxedit/modules/voxedit-ui/MenuBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ bool MenuBar::update(ui::IMGUIApp *app, command::CommandExecutionListener &liste
if (ImGui::BeginMenuBar()) {
core_trace_scoped(MenuBar);

ImGui::Dummy({});

const Modifier &modifier = _sceneMgr->modifier();
const bool hasSelection = modifier.selectionMgr().hasSelection();

Expand Down

0 comments on commit 2e05c71

Please sign in to comment.