]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/property_list.cxx
fix a typo
[flightgear.git] / src / GUI / property_list.cxx
index 6a8bbdc47fd43c1157217b07f3b2cce6ed362740..647d8035f4f0db7e33c4287e72092735a1cf345b 100644 (file)
@@ -195,7 +195,9 @@ void PropertyList::handle_select(puObject *list_box)
 
         if (prop_list->_dot_files && (selected < 2)) {
             if (src[0] == '.' && (src[1] == '\0' || src[1] == ' ')) {
-                if (mod_ctrl)
+                if (mod_ctrl && mod_shift)
+                    prop_list->_curr->fireValueChanged();
+                else if (mod_ctrl)
                     prop_list->toggleVerbosity();
                 else if (mod_shift)
                     dumpProperties(prop_list->_curr);