Thanks Bernhard, I found on MSWin after adding the SetFocus() as Mario suggested, if I click somewhere else the wxGLCanvas loses focus again and the rotate etc. no longer works until I use [tab] to set focus to the window.
Are there any GUI experts out there who have some idea how we can ensure that the wxGLCanvas frame has focus when the mouse is above it? - Cirilo On Wed, Mar 2, 2016 at 8:03 AM, Bernhard Stegmaier <[email protected]> wrote: > I’ll check zoom on OS X hopefully tomorrow. > I can tell that rotating the preview does work as expected. > And if I remember correctly, I did accidentally zoom once, but I didn’t > pay attention how I did it and if it was as it should be. > > On 01 Mar 2016, at 21:52, Cirilo Bernardo <[email protected]> > wrote: > > Thanks Mario, > > I'll test that on MSWin soon; hopefully that works now. > > - Cirilo > > On Tue, Mar 1, 2016 at 9:03 PM, Mário Luzeiro <[email protected]> wrote: > >> > I'd also appreciate some help from anyone on the zoom function for the >> > 3D preview pane. The zoom works on Linux when using the mouse scroll >> > wheel but in MSWin I can only change the viewing angle, not the zoom. On >> > OSX I have no idea what the status is for zooming the model. >> >> Hi Cirilo, >> >> Looks like it was an old know wxWidgets issue, I fixed at: >> >> http://bazaar.launchpad.net/~mrluzeiro/kicad/kicad_new3d-viewer/revision/5897 >> >> I found it here: >> >> https://github.com/KiCad/kicad-source-mirror/blob/a9427f899926155e48cab93187415710abc5438a/3d-viewer/3d_frame.cpp#L220 >> >> In any case, in my windows laptop, the touchpad is not able to scrool.. >> but. I think it is some particularity of this windows/laptop... >> I tested with a mouse and it worked. >> >> Mario Luzeiro > > > _______________________________________________ > 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

