Bug 86520

Summary: Focus rectangle not visible on plot group
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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