diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-08 22:13:58 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-08 22:13:58 +0100 |
commit | 4f93d036250efbb14e9c87a7866b5e02090b71b4 (patch) | |
tree | ff86de5de7df09e270028bf09390bef55cc47773 /dw | |
parent | 2a45ccd1da5a681f119f9e9501904075e2d907f2 (diff) |
don't reset cursor property
Diffstat (limited to 'dw')
-rw-r--r-- | dw/style.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/style.cc b/dw/style.cc index fdbace8f..d989c21c 100644 --- a/dw/style.cc +++ b/dw/style.cc @@ -84,7 +84,6 @@ void StyleAttrs::resetValues () display = DISPLAY_INLINE; whiteSpace = WHITE_SPACE_NORMAL; - cursor = CURSOR_DEFAULT; /** \todo Check CSS specification again. */ } /** |