Skip to content

Commit

Permalink
fixed overlay dragging in dlog view
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Mar 17, 2020
1 parent 1026ffe commit ba6d5d4
Show file tree
Hide file tree
Showing 6 changed files with 43,398 additions and 43,379 deletions.
20 changes: 16 additions & 4 deletions modular-psu-firmware.eez-project
Original file line number Diff line number Diff line change
Expand Up @@ -43836,7 +43836,10 @@
{
"type": "DisplayData",
"style": {
"inheritFrom": "encoder_cursor_14_enabled"
"inheritFrom": "encoder_cursor_14_enabled",
"color": "overlay_background",
"activeBackgroundColor": "overlay_background",
"focusBackgroundColor": "Action color"
},
"data": "dlog_visible_value_offset",
"action": "",
Expand All @@ -43863,7 +43866,10 @@
{
"type": "DisplayData",
"style": {
"inheritFrom": "encoder_cursor_14_enabled"
"inheritFrom": "encoder_cursor_14_enabled",
"color": "overlay_background",
"activeBackgroundColor": "overlay_background",
"focusBackgroundColor": "Action color"
},
"data": "dlog_visible_value_div",
"action": "",
Expand Down Expand Up @@ -43991,7 +43997,10 @@
{
"type": "DisplayData",
"style": {
"inheritFrom": "encoder_cursor_14_enabled"
"inheritFrom": "encoder_cursor_14_enabled",
"color": "overlay_background",
"activeBackgroundColor": "overlay_background",
"focusBackgroundColor": "Action color"
},
"data": "dlog_visible_value_offset",
"action": "edit",
Expand All @@ -44004,7 +44013,10 @@
{
"type": "DisplayData",
"style": {
"inheritFrom": "encoder_cursor_14_enabled"
"inheritFrom": "encoder_cursor_14_enabled",
"color": "overlay_background",
"activeBackgroundColor": "overlay_background",
"focusBackgroundColor": "Action color"
},
"data": "dlog_visible_value_div",
"action": "edit",
Expand Down
Loading

0 comments on commit ba6d5d4

Please sign in to comment.