forked from qt-creator/qt-creator
QmlProfiler: set clip in timelineview
Otherwise the user can mouseover events that are not displayed. Change-Id: I8108cfbf730708bbad4a6d2cc812ee1b3a1a444a Reviewed-on: http://codereview.qt.nokia.com/457 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
committed by
Kai Koehne
parent
020b86a8c9
commit
bc04a3b385
@@ -156,6 +156,8 @@ Rectangle {
|
|||||||
contentHeight: height
|
contentHeight: height
|
||||||
flickableDirection: Flickable.HorizontalFlick
|
flickableDirection: Flickable.HorizontalFlick
|
||||||
|
|
||||||
|
clip:true
|
||||||
|
|
||||||
TimelineView {
|
TimelineView {
|
||||||
id: view
|
id: view
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user