← Back to team overview

kicad-developers team mailing list archive

PATCH: improve component redraw in chooser

 

Hi,
Simple followup change with mostly the suggestion of jp regarding
improving the redraw in the component box. This hopefully makes it
work on Windows as well properly.

Commit message:
 * Improve component chooser redraw to fit int wxWidget redraw strategies.
 * Use LIB_COMPONENT::Draw and LIB_COMPONENT::GetBoundingBox for
drawing the compoonent.
  * Make resize redrawing work properly.

View here:
https://github.com/hzeller/kicad/compare/master...comp-choose-redraw

Download here:
https://github.com/hzeller/kicad/compare/master...comp-choose-redraw.diff

-h


Follow ups