patch for #142722

Slava Tokarev tsjoker at gmail.com
Wed Mar 12 16:00:40 GMT 2008


Hello,

I have a patch for #142722 bug. Are there any problem with it? It actually
sets the font and visibility properties for widget inside RenderWidget, in
case of widget has changed. You can see example when it can happen in bug
#142722.

Index: rendering/render_replaced.cpp
===================================================================
--- rendering/render_replaced.cpp       (revision 784828)
+++ rendering/render_replaced.cpp       (working copy)
@@ -425,6 +425,8 @@
                 lineEdit->setFrame(false);
         }

+        // Font:
+        setStyle(style());
     }

     RenderReplaced::updateFromElement();


Best Regards,
Vyacheslav Tokarev (vtokarev)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20080312/d2124c9b/attachment.htm>


More information about the kfm-devel mailing list