Georg Baum a écrit :
Am Donnerstag, 16. März 2006 16:46 schrieb Abdelrazak Younes:
Georg Baum a écrit :
As discussed with Jean-Marc in bugzilla. This is already in.
Abdel, am I right that it is not needed for qt4?
I guess not because QWorkArea handle the scrollbar wheelevent directly.
But you should maybe verify that it's working on par with other Qt4 apps
if any...
I tested it, and the very same logic as in qt2 is needed, only in a
different place. I am going to commit the attached patch. Log:
* src/frontends/qt4/QWorkArea.C
(QWorkArea::mouseMoveEvent): Use qt wide scroll wheel setting
Very good.
PS: We should really have eolstyle native on all source files. I don't
want mixed line endings, but it would be equally awkward for Abdel to use
unix line endings on windows.
In principle my editor should work with LF style line ending just fine
but I don't see any difference on screen when there are mixed types. so
don't hesitate to convert everything to unix style.
Sorry about that.
Abdel.