Bug 115333 - View objects are not owned by plot
Summary: View objects are not owned by plot
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Linux
: HI normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-29 19:00 UTC by Netterfield
Modified: 2005-12-11 06:58 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 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