lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lmi] wxmsw-2.9.0 regression: messagebox doubling


From: Greg Chicares
Subject: Re: [lmi] wxmsw-2.9.0 regression: messagebox doubling
Date: Thu, 26 Feb 2009 14:10:48 +0000
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

On 2009-02-26 13:23Z, Greg Chicares wrote:
> On 2009-02-26 12:55Z, Vadim Zeitlin wrote:
> 
>>      [file .\input_realization.cpp, line 440]
>>      ---------------------------
>> 
>>      0 is z.CurrentCoiMultiplierRealized_.size()
>>      0 is CurrentCoiMultiplier.size()
[       [file .\yare_input.cpp, line 176]]
> Here I have 55 for both sizes. I believe this is where it goes wrong.
> I will scrutinize this now.

Does the problem "go away" if you add this ugly line to 'yare_input.cpp'?

 yare_input::yare_input(Input const& z)
 {
+    const_cast<Input&>(z).RealizeAllSequenceInput();
+
     IssueAge                        = z.IssueAge                       
.value();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]