Bug 115333

Summary: View objects are not owned by plot
Product: [Applications] kst Reporter: Netterfield <netterfield>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: HI    
Version: 1.x   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Netterfield 2005-10-29 19:00:47 UTC
Version:           1.2.0_devel (using KDE 3.4.1, Gentoo)
Compiler:          gcc version 3.4.3 20041125 (Gentoo Linux 3.4.3-r1, ssp-3.4.3-0, pie-8.7.7)
OS:                Linux (x86_64) release 2.6.12-gentoo-r6

-Create a view object (eg, a line) inside of a plot.
-scale or move the plot in layout mode.

Behavior: The plot scales/moves but the line does not,
as the line is owned by the tlv, not the plot.

Expected behavior: the line should be owned by the plot,
and scale with it.

Long version (discussion needed):
-A view object when created is owned by the lowest level view object which fully encloses the new object.
-A view object when moved out of its parent becomes owned by the tlv.
-There need to be rmb options which allow a selected viewObject to be attached or detached from valid potential parents.
Comment 1 Netterfield 2005-12-11 06:58:57 UTC
Implemented in the previous couple of weeks