OSDN Git Service

Version 0.4.95(0.5RC)
[fontmanager/fontmanager.git] / qml / fontmanager / HelpDialog.qml
index da85d8c..a5d4ef5 100644 (file)
@@ -72,7 +72,10 @@ Item {
             anchors.horizontalCenter: parent.horizontalCenter
             anchors.bottom: parent.bottom
             anchors.margins: UI.DEFAULT_MARGIN
-            onClicked: helpDialog.clicked()
+            onClicked: {
+                helpDialog.visible = false
+                helpDialog.clicked()
+            }
         }
 
     }