Bug 94720 - UI buglets in Change Data Samples dialog
Summary: UI buglets in Change Data Samples dialog
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.0.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-09 01:01 UTC by D. V. Wiebe
Modified: 2004-12-09 01:31 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 D. V. Wiebe 2004-12-09 01:01:02 UTC
Version:           1.0.0 (using KDE 3.3.1, compiled sources)
Compiler:          gcc version 3.3.4
OS:                Linux (i686) release 2.6.9

1. The default button should not be Clear, but probably Apply.

2. Hitting Apply should not change the selected vectors in the Vectors to change box.  Right now it appears to clear the selections.
Comment 1 George Staikos 2004-12-09 01:31:22 UTC
CVS commit by staikos: 

Set Apply to be the default button.  Can't reproduce problem #1, but it's
probably related.  Please report one bug per bugzilla entry in the future,
thanks.
BUG: 94720


  M +3 -0      changenptsdialog.ui   1.9


--- kdeextragear-2/kst/kst/changenptsdialog.ui  #1.8:1.9
@@ -78,4 +78,7 @@
                         <cstring>Apply</cstring>
                     </property>
+                    <property name="default">
+                        <bool>true</bool>
+                    </property>
                     <property name="text">
                         <string>&amp;Apply</string>