> I found an issue with this patch. Take a look at last horizontal tool bar > button in the attached image. This problem also exists in the EESchema, > library editor, cvpcb, cvpcb footprint viewer, pcbnew, and module editor main > windows. It appears to effect both horizontal and vertical tool bars and it > is > always the last tool bar button. I get the same behavior on Debian testing > (wxWidgets 2.8.10) and Windows (wxWidgets 2.9.2). I messed around a bit with > the wxAuiInfoPane settings but I could not resolve the issue. Your patch also > had trailing white space. >
Sorry about the whitespace. I found the problem but don't have time to fix it before I leave. I'll re-submit when I get back. The problem is fixed by adding 'Resizeable( true );' to the end of HorizontalToolbarPane and VerticalToolbarPane functions. But I need to check the extent of what it does. Hauptmech > Wayne > > > > > > > > > _______________________________________________ > > Mailing list: https://launchpad.net/~kicad-developers > > Post to : [email protected] > > Unsubscribe : https://launchpad.net/~kicad-developers > > More help : https://help.launchpad.net/ListHelp > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

