[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdegames/kolf
From:       Stefan Majewsky <majewsky () gmx ! net>
Date:       2010-11-11 22:58:36
Message-ID: 20101111225836.D57BDAC89E () svn ! kde ! org
[Download RAW message or body]

SVN commit 1195755 by majewsky:

Fix Kolf::FloaterOverlay::update().

It did not call the correct base class implementation, so only half
of the handles showed up.

 M  +1 -1      obstacles.cpp  


--- trunk/KDE/kdegames/kolf/obstacles.cpp #1195754:1195755
@@ -637,7 +637,7 @@
 
 void Kolf::FloaterOverlay::update()
 {
-	Kolf::Overlay::update();
+	Kolf::RectangleOverlay::update();
 	const QLineF line = dynamic_cast<Kolf::Floater*>(qitem())->motionLine().translated(-qitem()->pos());
 	m_handle1->setPos(line.p1());
 	m_handle2->setPos(line.p2());
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic