https://bugs.kde.org/show_bug.cgi?id=362376

            Bug ID: 362376
           Summary: python error in browser when using scroll wheel
           Product: kajongg
           Version: 4.13.0
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: NOR
         Component: general
          Assignee: wolfg...@rohdewald.de
          Reporter: heinushorat...@gmail.com
                CC: kde-games-b...@kde.org

When using the scroll wheel the following python error appears in browser:

<type 'exceptions.TypeError'>    Python 2.7.11+: /usr/bin/python
Wed Apr 27 23:02:12 2016

A problem occurred in a Python script. Here is the sequence of function calls
leading up to the error, in the order they occurred.
 /usr/share/kde4/apps/kajongg/board.py in wheelEvent(self=<board.FittingView
object>, event=<PyQt4.QtGui.QWheelEvent object>)
    773         Instead scrolling down changes perspective like in kmahjongg"""
    774         if event.orientation() == Qt.Vertical and event.delta() < 0:
=>  775             Internal.scene.changeAngle()
    776         # otherwise do not call ignore() because we do want
    777         # to consume this
global Internal = <common.Internal object>, Internal.scene =
<scene.PlayingScene object>, Internal.scene.changeAngle = <bound method
PlayingScene.changeAngle of <scene.PlayingScene object>>

<type 'exceptions.TypeError'>: changeAngle() takes exactly 2 arguments (1
given)
      args = ('changeAngle() takes exactly 2 arguments (1 given)',)
      message = 'changeAngle() takes exactly 2 arguments (1 given)' --> --

Reproducible: Always

Steps to Reproduce:
1. Start game
2. Use mouse wheel
3. Switch to browser


Expected Results:  
Change the visual angle?

The game still works as expected, so no not a big problem.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to