in reply to perlman.pl only works in the debugger under cygwin
I don't have Tk under cygwin to test, but what happens if you override your default activebackground like so:
line90 ++
Regards, Christophsub create_ui { my $top = MainWindow->new(); $top->optionAdd('*activeBackground' => 'red');# or sth. # MENU STUFF
|
|---|