Subject: | Bug in ProgressBar |
Date: | Sun, 25 Sep 2011 17:44:41 -0400 (EDT) |
To: | bug-CursesWidgets [...] rt.cpan.org |
From: | Derek Whitaker <derkew19 [...] aim.com> |
When I create a progress bar, regardless of what other colors are selected, the Progress bar's caption and border are always rendered in the Foreground color.
Also, when I use any 'draw' function of the Widgets inside of a module, it requires I redirect the 'derwin' function back to the Curses library as it is looking at the current package rather than the Curses package. Of course, the color problem may be a result of that problem.