News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Slow scrolling? [Ubuntu]

Started by Nosferax, March 11, 2010, 12:24:52 AM

Previous topic - Next topic

dmoore

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.
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

Alpha

It works on Ubuntu as well (and the performance seems fine).

dmoore

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.
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]