Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
luyikei
VLMC
Commits
52a1ac6a
Commit
52a1ac6a
authored
Aug 08, 2017
by
luyikei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MainWindow: Ensure that the parent of EffectsListView is MainWindow
parent
cf9820a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Gui/MainWindow.cpp
src/Gui/MainWindow.cpp
+1
-1
No files found.
src/Gui/MainWindow.cpp
View file @
52a1ac6a
...
...
@@ -504,7 +504,7 @@ MainWindow::setupUndoRedoWidget()
void
MainWindow
::
setupEffectsList
()
{
m_effectsList
=
new
EffectsListView
;
m_effectsList
=
new
EffectsListView
(
this
)
;
m_dockedEffectsList
=
dockWidget
(
m_effectsList
->
container
(),
Qt
::
TopDockWidgetArea
);
}
...
...
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