Skip Menu |

This queue is for tickets about the Wx-Demo CPAN distribution.

Report information
The Basics
Id: 84591
Status: open
Priority: 0/
Queue: Wx-Demo

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.19
  • 0.20
Fixed in: (no value)



Subject: sash doubleclick unsplits (hides) window on splitterwindow without SetMinimumPaneSize > 0
sash doubleclick unsplits (hides) window on splitterwindow without SetMinimumPaneSize > 0 Adding the following after "# create splitters" in Wx/Demo.pm prevents this from happening $split1->SetMinimumPaneSize( 30 ); $split2->SetMinimumPaneSize( 30 );
Subject: Re: [rt.cpan.org #84591] sash doubleclick unsplits (hides) window on splitterwindow without SetMinimumPaneSize > 0
Date: Tue, 16 Apr 2013 15:35:32 +0100
To: bug-Wx-Demo [...] rt.cpan.org
From: mdootson <mdootson [...] cpan.org>
On 12/04/2013 10:11, noreply via RT wrote: Show quoted text
> Transaction: Ticket created by b244145@tyldd.com
Show quoted text
> sash doubleclick unsplits (hides) window on splitterwindow without SetMinimumPaneSize > 0 > > Adding the following after "# create splitters" in Wx/Demo.pm prevents this from happening > > $split1->SetMinimumPaneSize( 30 ); > $split2->SetMinimumPaneSize( 30 );
Thank you mystery contributor. These changes added to SVN.