diff options
author | Dan Gudmundsson <[email protected]> | 2016-05-02 14:56:42 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2016-05-02 14:56:42 +0200 |
commit | be0b35ea2be58740efc4859181d4c01661d0c946 (patch) | |
tree | bf6d30fa4cfa68833fadfd991a0e41202bcfe0e1 /lib/observer/src/observer_alloc_wx.erl | |
parent | d60b45e5c96026598db9b922f65d3eac24938b3f (diff) | |
parent | 08ba76e919911ec5b90d0901b309f73feb7dfa44 (diff) | |
download | otp-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.erl | 1 |
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(), |