src/JsRender/NodeProp.vala
authorAlan <alan@roojs.com>
Tue, 28 Jun 2022 08:46:48 +0000 (16:46 +0800)
committerAlan <alan@roojs.com>
Tue, 28 Jun 2022 08:46:48 +0000 (16:46 +0800)
src/JsRender/NodeProp.vala

index dce3630..25f589b 100644 (file)
@@ -359,7 +359,7 @@ public class JsRender.NodeProp : Object {
        
        public string to_property_option_tooltip()
        {
-               return this.to_property_option_markup(); // fixme will probaly want help info (possibly by havinga  reference to the GirObject that its created from
+               return this.to_property_option_markup( false ); // fixme will probaly want help info (possibly by havinga  reference to the GirObject that its created from
        }