Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
4a4422c3
Commit
4a4422c3
authored
Dec 15, 2009
by
Hugo Beauzee-Luyssen
Browse files
Fixed resize
parent
2e2586c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GUI/AbstractGraphicsMediaItem.cpp
View file @
4a4422c3
...
...
@@ -27,7 +27,7 @@
AbstractGraphicsMediaItem
::
AbstractGraphicsMediaItem
()
:
oldTrackNumber
(
-
1
),
oldPosition
(
-
1
),
m_tracksView
(
NULL
),
m_group
(
NULL
),
m_width
(
0
),
m_height
(
0
)
m_group
(
NULL
),
m_width
(
0
),
m_height
(
0
)
,
m_resizeExpected
(
false
)
{
}
...
...
@@ -135,6 +135,7 @@ void AbstractGraphicsMediaItem::resize( qint64 size, From from )
void
AbstractGraphicsMediaItem
::
adjustLength
()
{
qDebug
()
<<
"Resize event. m_resizeExpected:"
<<
m_resizeExpected
;
if
(
m_resizeExpected
==
true
)
{
m_resizeExpected
=
false
;
...
...
Write
Preview
Supports
Markdown
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