aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/src/observer_alloc_wx.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2016-05-02 14:56:42 +0200
committerDan Gudmundsson <[email protected]>2016-05-02 14:56:42 +0200
commitbe0b35ea2be58740efc4859181d4c01661d0c946 (patch)
treebf6d30fa4cfa68833fadfd991a0e41202bcfe0e1 /lib/observer/src/observer_alloc_wx.erl
parentd60b45e5c96026598db9b922f65d3eac24938b3f (diff)
parent08ba76e919911ec5b90d0901b309f73feb7dfa44 (diff)
downloadotp-be0b35ea2be58740efc4859181d4c01661d0c946.tar.gz
otp-be0b35ea2be58740efc4859181d4c01661d0c946.tar.bz2
otp-be0b35ea2be58740efc4859181d4c01661d0c946.zip
Merge branch 'dgud/observer/fix-coloring/PR-994'
* dgud/observer/fix-coloring/PR-994: observer: Changed info text to be wxStaticText Changed setBackgroundColour to setBackgroundStyle
Diffstat (limited to 'lib/observer/src/observer_alloc_wx.erl')
-rw-r--r--lib/observer/src/observer_alloc_wx.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/observer/src/observer_alloc_wx.erl b/lib/observer/src/observer_alloc_wx.erl
index d37623d1cc..220276ac0c 100644
--- a/lib/observer/src/observer_alloc_wx.erl
+++ b/lib/observer/src/observer_alloc_wx.erl
@@ -250,7 +250,6 @@ sum_alloc_one_instance([],BS,CS,TotalBS,TotalCS) ->
create_mem_info(Parent) ->
Panel = wxPanel:new(Parent),
- wxWindow:setBackgroundColour(Panel, {255,255,255}),
Style = ?wxLC_REPORT bor ?wxLC_SINGLE_SEL bor ?wxLC_HRULES bor ?wxLC_VRULES,
Grid = wxListCtrl:new(Panel, [{style, Style}]),
Li = wxListItem:new(),