[qet] [GIT] qet/qet.git branch master updated. 0.8.rc-116-gbb82a61 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
This is an automated email from git. It was generated because a ref
change was pushed to the "qet/qet.git" repository.
The branch, master has been updated
via bb82a616deeeb189f4220c2a6c31f557635d3a12 (commit)
from da1fda6b038f159528cf86aa15c9e525c59e36bf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bb82a616deeeb189f4220c2a6c31f557635d3a12
Author: joshua <joshua_39@xxxxxxx>
Date: Thu Jan 21 19:35:38 2021 +0100
Minor fix : widget lose focus each time user tip
Each time a QUndoCommand is pushed to a QUndoStack, the current focused
widget lose focus.
So each time user change a value in a widget (for exemple a QSpinBox)
the widget lose focus and user will have to click again in the widget to
gain focus and continue to edit.
The workaround is to call the method focus of the current widget each
time we push a undo command
-----------------------------------------------------------------------
Summary of changes:
sources/editor/ui/texteditor.cpp | 8 ++++++++
1 file changed, 8 insertions(+)
hooks/post-receive
--
qet/qet.git