← Back to team overview

openlp-core team mailing list archive

[Bug 1025671] Re: resize event triggered on next slide (in xmonad)

 

Does phill's suggestion work for you?

** Changed in: openlp
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1025671

Title:
  resize event triggered on next slide (in xmonad)

Status in OpenLP - Worship Presentation Software:
  Incomplete

Bug description:
  On the following system:
  Arch Linux, python 2.7, OpenLP 1.9.10, xmonad as window manager

  When in Live mode, changing the picture (i.e. going to the next slide, etc.) causes a reszie event to be triggered.
  The code in question is the following:

  in class Display(QtGui.QGraphicsView) defined in maindisplay.py at line 51
  the function resizeEvent(self, event) defined at line 105.

  Changing the code to never execute (e.g. with if False) solves the
  problem.

  Steps to the problem: Just try to use OpenLP with xmonad. Probably the
  problem is common to all tiling managers where the window is "forced"
  to a certain size.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1025671/+subscriptions


References