From 816a82537abb306b269514345e8d5f0578135f8e Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Thu, 25 Feb 2016 10:51:00 -0800 Subject: [PATCH] Fix value picker display --- src/FlightMap/Widgets/InstrumentSwipeView.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/FlightMap/Widgets/InstrumentSwipeView.qml b/src/FlightMap/Widgets/InstrumentSwipeView.qml index 5a2fd17e3..2833bd815 100644 --- a/src/FlightMap/Widgets/InstrumentSwipeView.qml +++ b/src/FlightMap/Widgets/InstrumentSwipeView.qml @@ -17,6 +17,10 @@ Item { property real _margins: ScreenTools.defaultFontPixelWidth / 2 + function showPicker() { + valuesPage.showPicker() + } + ValuesWidget { id: valuesPage width: _root.width -- 2.22.0