Skip to content

Commit 1c9b9b3

Browse files
committed
Fixed bug that would hide the graph widget on startup. Seems to have
been introduced by mistake in 0089ca5.
1 parent 8353dbe commit 1c9b9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buttleofx/MainWindow.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ ApplicationWindow {
857857
implicitWidth: parent.width
858858
implicitHeight: topRightView.visible ? 0.5 * parent.height : parent.height
859859
z: -1
860-
visible: !selectedView
860+
visible: selectedView != 3
861861

862862
children:
863863
switch (selectedView) {

0 commit comments

Comments
 (0)