← Back to team overview

kicad-developers team mailing list archive

Re: Potential issue with 49486b83

 

Jean-Pierre,

Is the jumpy canvas [1] on first panning fixed with newer wxWidgets
version on Linux? If so, what version do you use?

I see it occurring on 3.0.3 and I also get the assert. Wayne said the
recent patch did not help on Windows, so we can either make the change
specific to macOS or to wxWidgets version.

I agree it is a wxWidgets bug, as we use a legit flag in
wxScrolledWindow constructor, so there is no reason to complain. The
only problem here it is a bit annoying to click 'Ok' every time KiCad
starts.

Regards,
Orson

1. https://lists.launchpad.net/kicad-developers/msg34692.html

On 03/06/2018 08:09 PM, jp charras wrote:
> Le 06/03/2018 à 19:57, Steven A. Falco a écrit :
>> On 03/06/2018 01:51 PM, Kevin Cozens wrote:
>>> On 2018-03-06 01:40 PM, Steven A. Falco wrote:
>>>> I just finished building 49486b83 for Linux (Fedora 27) and immediately upon starting eechema from the main kicad window, I get an assert in src/gtk/scrolwin.cpp at line 213.
>>>
>>> I ran across the same problem yesterday and filed a bug report.
>>>
>>> https://bugs.launchpad.net/kicad/+bug/1753592
>>>
>>
>> Ok, thanks.  I made a note in the bug and attached a screenshot of the assert.  I'll try a bisection, but it seems like the recent scrollbar changes may need to be reverted or modified.
>>
>> 	Steve
>>
> 
> This is an assert only in debug mode with wxWidgets 3.0.2 and only on Linux.
> It is perhaps a bug in wxWidgets.
> I rebuilt Kicad against latest wxWidgets (current git version) and I do not have this assert.
> 
> So i am not sure this is a critical issue (and perhaps not an issue).
> 
> 


References