Author Topic: wx30 repaint tabs  (Read 12398 times)

Offline teto

  • Almost regular
  • **
  • Posts: 127
Re: wx30 repaint tabs
« Reply #15 on: September 23, 2016, 11:07:31 am »
The problem existed on 2 different computers (very different Hardware) and it happens only with wxwidget so I don't think it's the graphic driver.


Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: wx30 repaint tabs
« Reply #16 on: September 25, 2016, 07:58:35 pm »
I am using the Mesa/Gallium/nouveau stack for graphics.

I will try dropping a bunch of repaint commands over the code, to see if I can get something working.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: wx30 repaint tabs
« Reply #17 on: September 26, 2016, 12:42:34 am »
I am using the Mesa/Gallium/nouveau stack for graphics.
I'd try the nvidia driver, just to be sure it is not driver related.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: wx30 repaint tabs
« Reply #18 on: October 02, 2016, 04:30:52 pm »
Switched to nvidia binaries; no change.  ... My added Refresh() and Update() calls so far have not changed anything.  Maybe it is a bug in Ubuntu's wx30 build.  However, I would think that would also show up in the auidemo.  My search continues.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: wx30 repaint tabs
« Reply #19 on: October 02, 2016, 05:56:01 pm »
You can always try wx-master to see if this is something they fixed after 3.0.x has been released.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: wx30 repaint tabs
« Reply #20 on: December 24, 2016, 09:49:42 pm »
Success!  My testing with wx3.1.0 has revealed no problems so far.