Page 1 of 1

no mouse wheel scroll in Output view (wxGtk)

Posted: Tue Jan 07, 2014 5:41 am
by petah
Hi Eran,

under Debian/Gtk the mouse wheel no longer scrolls the Output View (vertically), whether the pointer is hovering over it or even after clicking on it. Building CL with -DGTK_USE_AUIBOOK 0 or 1 makes no difference, and I tested it on 2 different PCs.

It works fine in other windows like Workspace View and main source code view.

Let me know if I can help trace/fix this, cheers.

-- p

Re: no mouse wheel scroll in Output view (wxGtk)

Posted: Tue Jan 07, 2014 10:37 am
by eranif
It is a bug which was introduced in wxWidgets 3.0 which was fixed later in trunk.
David already back ported the fix to wxWidgets 3.0 that we provide from our repository however it is not released yet
I.e the repository links still pointing to wx3.0-1 . This weekend, when we plan on releasing codelite 5.4 this fix will be release as well

Eran

Re: no mouse wheel scroll in Output view (wxGtk)

Posted: Tue Jan 07, 2014 12:04 pm
by petah
ok thx for the information. I can't see the change in wx trunk at a glance, do you by any chance have a clue for the commit like keyword, filename or approx date?

Nvm I'll get a fresh trunk.

thx & cheers,

-- p

Re: no mouse wheel scroll in Output view (wxGtk)

Posted: Tue Jan 07, 2014 12:44 pm
by eranif
I don't have the exact details, but David could answer that

Eran

Re: no mouse wheel scroll in Output view (wxGtk)

Posted: Tue Jan 07, 2014 1:28 pm
by DavidGH
Hi,

The mousewheel fix is 482a131 (http://trac.wxwidgets.org/changeset/75191).

Regards,

David

Re: no mouse wheel scroll in Output view (wxGtk)

Posted: Wed Jan 08, 2014 2:51 pm
by petah
thx I got it.

-- p