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
1602da6f
Commit
1602da6f
authored
8 years ago
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ge window, didn't work for subwindows in subwindows of object graphs
parent
4c0ef0e4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xtt/lib/glow/src/glow_growwindow.cpp
xtt/lib/glow/src/glow_growwindow.cpp
+1
-1
No files found.
xtt/lib/glow/src/glow_growwindow.cpp
View file @
1602da6f
...
@@ -917,7 +917,7 @@ void GrowWindow::new_ctx()
...
@@ -917,7 +917,7 @@ void GrowWindow::new_ctx()
memcpy
(
window_ctx
->
event_callback
,
ctx
->
event_callback
,
sizeof
(
ctx
->
event_callback
));
memcpy
(
window_ctx
->
event_callback
,
ctx
->
event_callback
,
sizeof
(
ctx
->
event_callback
));
window_ctx
->
event_move_node
=
ctx
->
event_move_node
;
window_ctx
->
event_move_node
=
ctx
->
event_move_node
;
window_ctx
->
background_disabled
=
1
;
window_ctx
->
background_disabled
=
1
;
if
(
strcmp
(
owner
,
"$object"
)
==
0
)
if
(
strcmp
(
owner
,
"$object"
)
==
0
&&
ctx
->
is_subwindow
)
strcpy
(
window_ctx
->
owner
,
ctx
->
owner
);
strcpy
(
window_ctx
->
owner
,
ctx
->
owner
);
else
else
strcpy
(
window_ctx
->
owner
,
owner
);
strcpy
(
window_ctx
->
owner
,
owner
);
...
...
This diff is collapsed.
Click to expand it.
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