You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/08/05 13:50:22 UTC

[plc4x] branch develop updated: fix(plc4xbrowser): fixed small commit accident

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new e72a5ff06 fix(plc4xbrowser): fixed small commit accident
e72a5ff06 is described below

commit e72a5ff06571b7f5cae82134537a168552443524
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Fri Aug 5 15:50:17 2022 +0200

    fix(plc4xbrowser): fixed small commit accident
---
 plc4go/tools/plc4xbrowser/ui.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plc4go/tools/plc4xbrowser/ui.go b/plc4go/tools/plc4xbrowser/ui.go
index be8d5c1b0..6b4f5cae6 100644
--- a/plc4go/tools/plc4xbrowser/ui.go
+++ b/plc4go/tools/plc4xbrowser/ui.go
@@ -214,7 +214,6 @@ func buildOutputArea(newPrimitive func(text string) tview.Primitive, application
 		{
 			outputView := tview.NewTextView().
 				SetDynamicColors(true). // TODO: currently this is broken due to https://github.com/rivo/tview/issues/751 (workaround active with sruehl fix fork)
-				SetDynamicColors(false).
 				SetRegions(true).
 				SetWordWrap(false).
 				SetWrap(false).