Comment 19 for bug 1339539

Revision history for this message
Wayne Stambaugh (stambaughw) wrote : Re: [Bug 1339539] Re: pcbnew does not draw correctly the default canvas

AFAIK, the wxWidgets 3.0.2 drawing issue is related to something the
Fedora windows manager is doing. It works fine on Debian testing and
most of the other Debian derivatives. Some users have found that
changing their windows manager fixes the problem.

If you need to compile with wxWidgets 2.8.12, change line 429 in
CMakeLists.txt from

find_package( wxWidgets 3.0.0 COMPONENTS gl aui adv html core net base
xml ${webkitlib} stc REQUIRED )

to

find_package( wxWidgets 2.8.0 COMPONENTS gl aui adv html core net base
xml ${webkitlib} stc REQUIRED )

On 1/21/2015 4:46 PM, Fotis Panagiotopoulos wrote:
> Yes, as already mentioned.
>
> In fact it is the exact same situation as described in the initial bug
> description.
>
> Any way fixing it? (Or at least using temporarily wx-2.8...)
>