Skip to content

Commit

Permalink
Make plot visible (why was visible: false?)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragly committed Feb 20, 2017
1 parent 4bf26c1 commit a4e41a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="net.ovilab.neuronify" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0.5" android:versionCode="8" android:installLocation="auto">
<manifest package="net.ovilab.neuronify" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0.6" android:versionCode="9" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Neuronify" android:icon="@drawable/icon">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.cinpla.neuronify.AlwaysOnActivity" android:label="-- %%INSERT_APP_NAME%% --" android:screenOrientation="fullUser" android:launchMode="singleTop" android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen">
<intent-filter>
Expand Down
2 changes: 1 addition & 1 deletion qml/Plot.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LineSeries {
}

pointsVisible: false
visible: false
// visible: false
useOpenGL: true

ChartScroller {
Expand Down

0 comments on commit a4e41a0

Please sign in to comment.