Subject: | Popupmenu doesn't forward colours to PopupmenuListbox |
The colours of a Popupmenu widget are not forwarded to the PopupmenuListbox that provides the drop down menu.
Patch attached.
Subject: | popupmenu-colours.patch |
--- a/lib/Curses/UI/Popupmenu.pm
+++ b/lib/Curses/UI/Popupmenu.pm
@@ -266,6 +266,9 @@
foreach my $option (qw(
-values -labels
-selected -wraparound
+ -bg -fg
+ -bbg -bfg
+ -sbg -sfg
)) {
$listbox_options{$option} = $this->{$option}
if defined $this->{$option};