Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
949272fd
Commit
949272fd
authored
Mar 15, 2019
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ge subgraph methodtoolbar should always be intern
parent
91585a52
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
xtt/lib/ge/src/ge_subgraphs.cpp
xtt/lib/ge/src/ge_subgraphs.cpp
+4
-0
xtt/lib/glow/src/glow_nodeclass.h
xtt/lib/glow/src/glow_nodeclass.h
+4
-0
No files found.
xtt/lib/ge/src/ge_subgraphs.cpp
View file @
949272fd
...
...
@@ -449,6 +449,10 @@ int SubGraphs::object_attr()
grow_GetNodeClassName
(
*
list_p
,
name
,
sizeof
(
name
));
if
(
streq
(
"mbtoolbar"
,
name
))
{
list_p
++
;
continue
;
}
new
ItemSubGraph
(
this
,
name
,
extern_p
,
*
list_p
,
grow_ctx
,
NULL
,
flow_eDest_IntoLast
);
list_p
++
;
...
...
xtt/lib/glow/src/glow_nodeclass.h
View file @
949272fd
...
...
@@ -38,6 +38,7 @@
#define glow_nodeclass_h
#include "glow_point.h"
#include "co_string.h"
/*! \file glow_nodeclass.h
\brief Contains the GlowNodeClass class. */
...
...
@@ -363,6 +364,9 @@ public:
*/
void
set_extern
(
int
ext
)
{
if
(
streq
(
n_name
,
"mbtoolbar"
))
return
;
nc_extern
=
ext
;
}
...
...
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