[Kicad-developers] [PATCH] Improve template selector for macOS

2017-09-18 Thread Seppe Stas
This fixes some issues with the template selector that cause it not to work properly on macOS. The main issue is a race condition where `OnPageChange` uses `m_notebook->GetSelection()` to get the selected page number instead of `event.GetSelection()` as defined in the docs

Re: [Kicad-developers] [PATCH] Improve template selector for macOS

2017-09-18 Thread jp charras
Le 18/09/2017 à 16:11, Seppe Stas a écrit : > This fixes some issues with the template selector that cause it not to work > properly on macOS. > > The main issue is a race condition where `OnPageChange` uses > `m_notebook->GetSelection()` to get the > selected page number instead of `event.GetSe

Re: [Kicad-developers] [PATCH] Improve template selector for macOS

2017-09-18 Thread Adam Wolf
Thanks Seppe. This bug has been irritating, thanks for fixing it! Adam Wolf On Mon, Sep 18, 2017 at 9:58 AM, jp charras wrote: > Le 18/09/2017 à 16:11, Seppe Stas a écrit : >> This fixes some issues with the template selector that cause it not to work >> properly on macOS. >> >> The main issue