Skip to content

Commit

Permalink
Add (empty) string arg to Gtk3::Expander call
Browse files Browse the repository at this point in the history
Updates #770
  • Loading branch information
shawnlaffan committed Oct 31, 2020
1 parent 5cfe472 commit 5dcf163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/SpatialParams.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sub new {
my $text_view_no_scroll = Gtk3::TextView->new_with_buffer($text_buffer);

# an expander has less visual impact than the previous approach
my $expander = Gtk3::Expander->new();
my $expander = Gtk3::Expander->new('');

my $self = {
buffer => $text_buffer,
Expand Down

0 comments on commit 5dcf163

Please sign in to comment.