kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #28332
Re: [PATCH] Fix layer color swatches in Linux
Hi Wayne,
On Wed, Mar 1, 2017 at 2:06 AM, Wayne Stambaugh <stambaughw@xxxxxxxxx> wrote:
> Sorry John. I was going to recommend we apply your patch as is
> (assuming you didn't change the click behavior) to fix the gtk issue.
> We can discuss other changes to the behavior later.
I haven't changed any behaviour or positioning. These are orthogonal
to this patch, and clearly have unresolved issues around them!
I did try (separately) to put the colour wells on the right, and had
some success, but getting a wxFlexGridSizer to do the right thing even
for long strings that go off the end (think gerbview) is non-trivial,
so I put it aside for now. Perhaps a wxGrid would work better.
Another thing we probably should fix is to put this widget in
common/widgets or something, because it's currently sneakily included
in gerbview's CMake, but it lives in pcbnews's directory.
Cheers,
John
Follow ups
References