Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
6f39c297
Commit
6f39c297
authored
Oct 16, 2007
by
Rafaël Carré
Browse files
qt4: fix a segfault
parent
5db73af5
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/main_interface.cpp
View file @
6f39c297
...
...
@@ -403,7 +403,7 @@ void MainInterface::calculateInterfaceSize()
width
=
PREF_W
-
addSize
.
width
();
height
=
PREF_H
-
addSize
.
height
();
}
if
(
!
dockPL
->
isFloating
()
)
if
(
!
dockPL
->
isFloating
()
&&
dockPL
->
widget
()
)
{
width
+=
dockPL
->
widget
()
->
width
();
height
+=
dockPL
->
widget
()
->
height
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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