← Back to team overview

kicad-developers team mailing list archive

Re: pcbnew: OS X cursor shape cannot be changed in any of the view

 

> On Jul 21, 2015, at 1:30 PM, Wayne Stambaugh <stambaughw@xxxxxxxxx> wrote:
> 
> On 7/21/2015 4:19 PM, Bernhard Stegmaier wrote:
>> OK, got it… the crosshair is only shown in some modes (didn’t really use
>> GAL up to now).
>> Yes, works also for me in GAL mode and not in default canvas.
> 
> I'm not sure why this doesn't work in the default canvas.  Someone
> should probably take a look at it.  I'm guessing it has something to do
> with the overlays used on OSX.
> 

Um, perhaps it has something to do with this:

#ifdef __WXMAC__
    m_defaultCursor = m_currentCursor = wxCURSOR_CROSS;
    m_showCrossHair = false;
#else
    m_defaultCursor = m_currentCursor = wxCURSOR_ARROW;
    m_showCrossHair = true;
#endif

I’m assuming that this was done due to overlay issues as Wayne suggests.


Garth

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Follow ups

References