Jacek Caban : mshtml: Use ATTR_FIX_PX in IHTMLStyle2:: put_bottom implementation.

Alexandre Julliard julliard at winehq.org
Wed Nov 21 14:45:15 CST 2012


Module: wine
Branch: master
Commit: 6b0f51f9de1c9ddb314833ba6586f97ff8498341
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6b0f51f9de1c9ddb314833ba6586f97ff8498341

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Nov 21 11:57:26 2012 +0100

mshtml: Use ATTR_FIX_PX in IHTMLStyle2::put_bottom implementation.

---

 dlls/mshtml/htmlstyle2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/htmlstyle2.c b/dlls/mshtml/htmlstyle2.c
index 7eedc00..b2740d5 100644
--- a/dlls/mshtml/htmlstyle2.c
+++ b/dlls/mshtml/htmlstyle2.c
@@ -208,7 +208,7 @@ static HRESULT WINAPI HTMLStyle2_put_bottom(IHTMLStyle2 *iface, VARIANT v)
 
     TRACE("(%p)->(%s)\n", This, debugstr_variant(&v));
 
-    return set_nsstyle_attr_var(This->nsstyle, STYLEID_BOTTOM, &v, 0);
+    return set_nsstyle_attr_var(This->nsstyle, STYLEID_BOTTOM, &v, ATTR_FIX_PX);
 }
 
 static HRESULT WINAPI HTMLStyle2_get_bottom(IHTMLStyle2 *iface, VARIANT *p)




More information about the wine-cvs mailing list