Bug 85358 - clicking on legend doesn't open legend dialog box
Summary: clicking on legend doesn't open legend dialog box
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-17 01:08 UTC by Matthew Truch
Modified: 2004-07-17 22:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Truch 2004-07-17 01:08:18 UTC
Version:           0.99-devel (using KDE KDE 3.2.1)
Installed from:    RedHat RPMs
OS:                Linux

When in label editor mode, clicking on an existing label pops up that label's label dialog; however clicking on a legend does not pop up the legend tab of the plot dialog.  

How to reproduce: have a legend on a plot, enter label editor mouse mode, click on the legend.

Expected behavior: the legend tab of the edit plot dialog pops up instead of putting a new label on top of the legend.
Comment 1 George Staikos 2004-07-17 22:50:03 UTC
CVS commit by staikos: 

- get rid of unused variables/objects
- delay object construction if and until we need it
- check dynamic_cast for failure
- conform more to ../devel-docs/codingstyle.txt (please read)
- fix #85358
CCMAIL: 85358-done@bugs.kde.org


  M +5 -2      kst2dplot.cpp   1.158
  M +64 -90    kstplotdialog_i.cpp   1.59
  M +2 -1      kstplotdialog_i.h   1.21