Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gauthier Quesnel
irritator
Commits
77fe9435
Commit
77fe9435
authored
Jun 14, 2021
by
Yves NEDELEC
Committed by
Gauthier Quesnel
Jun 14, 2021
Browse files
gui: show node number above node type in editor
parent
7f03786d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/gui/node-editor.cpp
View file @
77fe9435
...
...
@@ -2480,8 +2480,9 @@ editor::show_top() noexcept
// ImGui::EndPopup();
//}
ImGui
::
Text
(
"%s"
,
dynamics_type_names
[
static_cast
<
int
>
(
mdl
->
type
)]);
ImGui
::
Text
(
"%zu
\n
%s"
,
i
,
dynamics_type_names
[
static_cast
<
int
>
(
mdl
->
type
)]);
ImNodes
::
EndNodeTitleBar
();
show_model_dynamics
(
*
mdl
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment