diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/log/qml/View.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/log/qml/View.qml b/views/log/qml/View.qml index 5c4cabee..30b87bcc 100644 --- a/views/log/qml/View.qml +++ b/views/log/qml/View.qml | |||
@@ -20,7 +20,7 @@ | |||
20 | import QtQuick 2.4 | 20 | import QtQuick 2.4 |
21 | import QtQuick.Layouts 1.1 | 21 | import QtQuick.Layouts 1.1 |
22 | import QtQuick.Controls 1.3 as Controls1 | 22 | import QtQuick.Controls 1.3 as Controls1 |
23 | import QtQuick.Controls 2.0 as Controls2 | 23 | import QtQuick.Controls 2.2 as Controls2 |
24 | import org.kube.framework 1.0 as Kube | 24 | import org.kube.framework 1.0 as Kube |
25 | 25 | ||
26 | Controls1.SplitView { | 26 | Controls1.SplitView { |
@@ -55,7 +55,7 @@ Controls1.SplitView { | |||
55 | return | 55 | return |
56 | } | 56 | } |
57 | //Avoid highlighting the iconbutton again if we're already looking at this view. | 57 | //Avoid highlighting the iconbutton again if we're already looking at this view. |
58 | if (!Controls2.StackView.visible) { | 58 | if (root.Controls2.StackView.status != Controls2.StackView.Active) { |
59 | if (message.type == Kube.Notifications.error) { | 59 | if (message.type == Kube.Notifications.error) { |
60 | root.pendingError = true | 60 | root.pendingError = true |
61 | } | 61 | } |