Summary: | Tellico don't get all informations in numeric fields | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Nolwenn <donolwenn> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.3.6 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/tellico/74d6ae6150e9d8eaa2a5028a00fd058a32ec6af8 | Version Fixed In: | 2.3.7 |
Sentry Crash Report: |
Description
Nolwenn
2013-01-15 14:49:27 UTC
Git commit 74d6ae6150e9d8eaa2a5028a00fd058a32ec6af8 by Robby Stephenson. Committed on 19/01/2013 at 07:56. Pushed by rstephenson into branch '2.3'. Catch the case of number fields getting updated by clicking the arrows Apparently, when a spinbox is cleared, the internal value is not changed when the lineedit is cleared. When the little up arrow is clicked, the internal value is used to set the lineedit text but the valueChanged signal is not emitted. FIXED-IN: 2.3.7 M +4 -0 ChangeLog M +4 -0 src/gui/numberfieldwidget.cpp M +15 -0 src/gui/spinbox.cpp M +3 -1 src/gui/spinbox.h http://commits.kde.org/tellico/74d6ae6150e9d8eaa2a5028a00fd058a32ec6af8 |