Bug 254154

Summary: Marble atmosphere is only shown on map theme change
Product: [Applications] marble Reporter: Bastian Senst <bastianholst>
Component: generalAssignee: marble-bugs
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: 1.0 (KDE 4.6)   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In: 4.5.3

Description Bastian Senst 2010-10-14 14:45:36 UTC
Version:           unspecified (using Devel) 
OS:                Linux

If you start Marble or switch the map theme an atmosphere is shown around the planet (to be activated in View->Atmosphere). This atmosphere vanishes from the first move or zoom on.

Reproducible: Always
Comment 1 Bastian Senst 2010-10-14 22:06:38 UTC
SVN commit 1185961 by bholst:

Corrected Marble's atmosphere painting:
* We have to paint the atmosphere in any case (because we update the background, stars).
* We have to paint the atmosphere at the correct moment (between stars and ground).

BUG: 254154

 M  +0 -68     MarbleMap.cpp  
 M  +0 -3      MarbleMap_p.h  
 M  +51 -0     MarbleModel.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1185961
Comment 2 Bastian Senst 2010-10-14 22:22:43 UTC
SVN commit 1185965 by bholst:

Corrected Marble's atmosphere painting:
* We have to paint the atmosphere in any case (because we update the background, stars).
* We have to paint the atmosphere at the correct moment (between stars and ground).

BUG: 254154

backport r1185961

 M  +0 -69     MarbleMap.cpp  
 M  +0 -3      MarbleMap_p.h  
 M  +53 -0     MarbleModel.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1185965