[vlmc-devel] MainWindow: Fix the wrong initial value of the Lock QAction when it is the first launch

Yikai Lu git at videolan.org
Sat Mar 4 19:04:59 CET 2017


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Sat Mar  4 11:42:15 2017 -0600| [99374bc423fee633ae24a031de4f3d35a05f7fd8] | committer: Yikai Lu

MainWindow: Fix the wrong initial value of the Lock QAction when it is the first launch

> https://code.videolan.org/videolan/vlmc/commit/99374bc423fee633ae24a031de4f3d35a05f7fd8
---

 src/Gui/ui/MainWindow.ui | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/Gui/ui/MainWindow.ui b/src/Gui/ui/MainWindow.ui
index c44257c..1533ada 100644
--- a/src/Gui/ui/MainWindow.ui
+++ b/src/Gui/ui/MainWindow.ui
@@ -382,6 +382,9 @@
    <property name="checkable">
     <bool>true</bool>
    </property>
+   <property name="checked">
+    <bool>true</bool>
+   </property>
    <property name="text">
     <string>Lock</string>
    </property>



More information about the Vlmc-devel mailing list