Bug 86520 - Focus rectangle not visible on plot group
Summary: Focus rectangle not visible on plot group
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-03 22:27 UTC by Andrew Walker
Modified: 2004-08-05 18:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Walker 2004-08-03 22:27:32 UTC
Version:           0.99(devel) (using KDE KDE 3.2.1)
Installed from:    Compiled From Sources
OS:                Linux

PROBLEM:
The focus rectangle does not appear for a plot group object in layout mode.

STEPS TO REPRODUCE:
Start kst and create two plots in the same window.
Enter layout mode and group the two plots.
Notice that when the mouse enters the group no focus rectangle is visible.
Comment 1 George Staikos 2004-08-05 18:31:53 UTC
CVS commit by staikos: 

some minor plotgroup fixes, and make it visible that a plotgroup has the focus
or is selected.  Previously the selection and focus rects were not
distinguisable from the border in many cases, and this will become more of a
problem when we make the border color configurable.  A good solution for now is
to hide the border as it becomes very clear that something has 'happened' and
the focus or selection rects are also very clear at that point.

CCMAIL: 86520-done@bugs.kde.org


  M +1 -1      kstborderedviewobject.cpp   1.16
  M +6 -4      kstplotgroup.cpp   1.18
  M +22 -22    kstviewobject.cpp   1.82
  M +1 -1      kstviewobject.h   1.66