Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
L
Lichtsteuerung
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
23
Issues
23
List
Boards
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Leander Schulten
Lichtsteuerung
Commits
506a6593
Commit
506a6593
authored
Oct 29, 2019
by
Leander Schulten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI: TextInputField: Fix flicking Cursor
parent
5f901ac5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/qml/components/TextInputField.qml
src/qml/components/TextInputField.qml
+2
-1
No files found.
src/qml/components/TextInputField.qml
View file @
506a6593
...
...
@@ -14,7 +14,8 @@ TextInput{
clip
:
contentWidth
>
width
||
underline
.
width
>
width
property
alias
underlineColor
:
underline
.
color
property
alias
underline
:
underline
cursorDelegate
:
Rectangle
{
cursorDelegate
:
Item
{}
Rectangle
{
color
:
Material
.
accentColor
x
:
parent
.
cursorRectangle
.
x
y
:
parent
.
cursorRectangle
.
y
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment