Apply cursor styles during paint
This makes the editor's cursor an IBeam and properly deals with nested cursor styles. Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
53bf7b61c0
commit
92f040df00
16 changed files with 124 additions and 96 deletions
|
@ -89,10 +89,6 @@
|
|||
"top": 7
|
||||
}
|
||||
},
|
||||
"margin": {
|
||||
"bottom": 52,
|
||||
"top": 52
|
||||
},
|
||||
"shadow": {
|
||||
"blur": 16,
|
||||
"color": "#00000052",
|
||||
|
@ -158,6 +154,13 @@
|
|||
"right": 8
|
||||
}
|
||||
},
|
||||
"modal": {
|
||||
"margin": {
|
||||
"bottom": 52,
|
||||
"top": 52
|
||||
},
|
||||
"cursor": "Arrow"
|
||||
},
|
||||
"left_sidebar": {
|
||||
"width": 30,
|
||||
"background": "#1c1c1c",
|
||||
|
|
|
@ -89,10 +89,6 @@
|
|||
"top": 7
|
||||
}
|
||||
},
|
||||
"margin": {
|
||||
"bottom": 52,
|
||||
"top": 52
|
||||
},
|
||||
"shadow": {
|
||||
"blur": 16,
|
||||
"color": "#0000001f",
|
||||
|
@ -158,6 +154,13 @@
|
|||
"right": 8
|
||||
}
|
||||
},
|
||||
"modal": {
|
||||
"margin": {
|
||||
"bottom": 52,
|
||||
"top": 52
|
||||
},
|
||||
"cursor": "Arrow"
|
||||
},
|
||||
"left_sidebar": {
|
||||
"width": 30,
|
||||
"background": "#f8f8f8",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue