| Summary: | change data sample ranges should select all vectors by default | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Matthew Truch <matt> |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Matthew Truch
2003-09-25 03:58:05 UTC
Subject: kdeextragear-2/kst/kst CVS commit by staikos: I can't find an argument either way for this, so let's select all if the user wants it. CCMAIL: 64892-done@bugs.kde.org M +1 -0 kstchangenptsdialog_i.cpp 1.8 --- kdeextragear-2/kst/kst/kstchangenptsdialog_i.cpp #1.7:1.8 @@ -67,4 +67,5 @@ void KstChangeNptsDialogI::showChangeNpt updateChangeNptsDialog(); updateDefaults(0); + CurveList->selectAll(true); show(); |