Summary: | shortcuts to zoom in Maintoolbar is not working | ||
---|---|---|---|
Product: | [Applications] kstars | Reporter: | devi <devisruthi> |
Component: | general | Assignee: | Akarsh Simha <akarsh.simha> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mutlaqja |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch to enable working of zoom functions |
Description
devi
2010-02-10 16:53:36 UTC
Created attachment 40677 [details]
patch to enable working of zoom functions
SVN commit 1090668 by khudyakov: Backporting bug fix into 4.4 branch. Trunk require more well thought approach. Order of initialization of KStars and SkyMap is too interweaved. It must be simplified Thanks to Sruthi Devi for finding and fixing bug. CCBUG: 226159 CCMAIL: kstars-devel@kde.org M +3 -3 kstarsinit.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1090668 SVN commit 1093793 by khudyakov: Four slots are added to SkyMap. They are used for toggling infoboxes visibility. This commit fixes bug 226159 BUG: 226159 M +19 -7 kstarsinit.cpp M +13 -20 skymap.cpp M +84 -75 skymap.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1093793 |