Author Topic: Slow scrolling? [Ubuntu]  (Read 90251 times)

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Slow scrolling? [Ubuntu]
« Reply #105 on: September 13, 2012, 10:14:14 pm »
I committed a one-liner that should take care of the problem efficiently. Doing Refresh(false) seems to be enough to reset the clip region, at least on windows.

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Slow scrolling? [Ubuntu]
« Reply #106 on: September 13, 2012, 11:28:08 pm »
It works on Ubuntu as well (and the performance seems fine).

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Slow scrolling? [Ubuntu]
« Reply #107 on: September 13, 2012, 11:55:04 pm »
Thanks for testing. I wonder if it is needed on Mac? The older, working code skipped the Refresh call for WXMAC. Perhaps we should do the same here.