From 3cb7a56c6e0c6abce0b61a4f9169e31dbe2615b4 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 16 Nov 2014 12:21:02 +0000 Subject: Fix column-fill computed style offset. --- src/select/propget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select/propget.h') diff --git a/src/select/propget.h b/src/select/propget.h index 6150ff7..499f705 100644 --- a/src/select/propget.h +++ b/src/select/propget.h @@ -366,7 +366,7 @@ static inline uint8_t get_column_count( #undef COLUMN_COUNT_INDEX #define COLUMN_FILL_INDEX 8 -#define COLUMN_FILL_SHIFT 6 +#define COLUMN_FILL_SHIFT 4 #define COLUMN_FILL_MASK 0x30 static inline uint8_t get_column_fill( const css_computed_style *style) -- cgit v1.2.3