mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-12 16:35:43 -04:00
Modified Text Editor to handle long presses. (#2698)
This commit is contained in:
parent
fa4b74fd6f
commit
b456c18008
4 changed files with 124 additions and 25 deletions
|
@ -287,9 +287,6 @@ class BLETxView : public View {
|
|||
Labels label_data_packet{
|
||||
{{0 * 8, 9 * 16}, "Packet Data:", Theme::getInstance()->fg_light->foreground}};
|
||||
|
||||
Console console{
|
||||
{0, 9 * 18, screen_width, screen_height - 80}};
|
||||
|
||||
TextViewer dataEditView{
|
||||
{0, 9 * 18, screen_width, screen_height - 80}};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue