This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #707 (stepping in line edits and spin boxes does not work)
The step up/down feature of TaurusValueLineEdit (e.g. using the up/down keys or the arrows of a TaurusValueSpinBox) was broken when merging #669 which implemented fragments support in TaurusValueLineEdit for allowing the display of the wvalue without units Now we see that supporting fragments generically in TaurusValueLineEdit is problematic (e.g. it makes little sense to use "rvalue" as a fragment since "wvalue" will be modified when eventually applying). Therefore for now limit the fragment support in line edits to the "wvalue.magnitude" case. Also fix a hook error introduced in some previous merge.
- Loading branch information
cpascual
committed
Feb 28, 2018
1 parent
9d84b3c
commit 72ecf52
Showing
1 changed file
with
17 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters