diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-19 05:41:52 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-19 05:41:52 +0000 |
commit | d5ebee1188081526470467e9c9200ca56c0a7cea (patch) | |
tree | 47d38d1e7488bfeed205d523b4b7bdefa8c5a62d /widget_bar.c | |
parent | 06ad9f70dce10bdfb5c14d99fddc9bdb0796f016 (diff) | |
download | lcd4linux-d5ebee1188081526470467e9c9200ca56c0a7cea.tar.gz |
style 'H' (hollow) for vertical bars, individual bar colors for vertical bars fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@977 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_bar.c')
-rw-r--r-- | widget_bar.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/widget_bar.c b/widget_bar.c index 87dde85..7e453aa 100644 --- a/widget_bar.c +++ b/widget_bar.c @@ -176,11 +176,6 @@ int widget_bar_init(WIDGET * Self) switch (toupper(*c)) { case 'H': Bar->style = STYLE_HOLLOW; - if (!(Bar->direction & (DIR_EAST | DIR_WEST))) { - error("widget %s with style \"hollow\" not implemented for other directions than E(ast) or W(est)", - Self->name); - Bar->style = 0; - } break; case '0': Bar->style = 0; |