[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.6/kdelibs/khtml/rendering
From:       Maks Orlovich <maksim () kde ! org>
Date:       2011-01-18 23:58:48
Message-ID: 20110118235848.43649AC8B7 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1215536 by orlovich:

Merged revision:r1215533 | orlovich | 2011-01-18 18:55:32 -0500 (Tue, 18 Jan 2011) | 6 lines

Fix a bug in khtml::StyleBoxData::operator == that made us incorrectly
hashcons different styles, messing up paste.kde.org

BUG: 261668

 M  +1 -0      render_style.cpp  


--- branches/KDE/4.6/kdelibs/khtml/rendering/render_style.cpp #1215535:1215536
@@ -84,6 +84,7 @@
 	    min_height == o.min_height &&
 	    max_height == o.max_height &&
             box_sizing == o.box_sizing &&
+	    vertical_align == o.vertical_align &&
 	    z_index == o.z_index &&
             z_auto == o.z_auto;
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic