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
e1859173
Commit
e1859173
authored
Sep 04, 2009
by
Ludovic Fauvet
Browse files
Fix build issue
Problem introduced in
e602d8e5
parent
4943285a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GUI/GraphicsCursorItem.cpp
View file @
e1859173
...
...
@@ -8,8 +8,7 @@ GraphicsCursorItem::GraphicsCursorItem( const QPen& pen )
setCursor
(
QCursor
(
Qt
::
SizeHorCursor
)
);
setZValue
(
100
);
// int height;
m_boundingRect
=
QRectF
(
-
2
,
0
,
3
,
height
);
m_boundingRect
=
QRectF
(
-
2
,
0
,
3
,
0
);
}
QRectF
GraphicsCursorItem
::
boundingRect
()
const
...
...
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