wxGrid cell cursor missing since 3.1.5

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
blueapex
In need of some credit
In need of some credit
Posts: 2
Joined: Thu Dec 09, 2010 12:45 pm

wxGrid cell cursor missing since 3.1.5

Post by blueapex »

Hi, I'm using a simple class derived from wxGrid and since 3.1.5 I'm getting no cell cursor (the rectangular highlight) appearing when clicking on a cell. Worked fine in 3.1.4 and earlier. I've also tried the current trunk version and same problem as 3.1.5. Not using any custom cell renderer.

Using Windows 10 compiling in Visual Studio 2019.

I can just go back to 3.1.4 but any ideas otherwise? Haven't found it as a know bug so far.
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxGrid cell cursor missing since 3.1.5

Post by doublemax »

It seems the fix hasn't made it into the master branch yet. But there is only one line you need to change if you want to fix it in your local copy:
https://github.com/wxWidgets/wxWidgets/ ... 3208049fdf
Use the source, Luke!
Post Reply