diff options
author | Byaruhanga Franklin <[email protected]> | 2016-03-23 06:09:43 +0300 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2016-05-02 14:54:49 +0200 |
commit | 7281f6b5877e12ebfdafa35b42989f5da2b7e807 (patch) | |
tree | 15e6c990107f0e8632599637a2078bc645d4f045 /lib/observer/src/observer_alloc_wx.erl | |
parent | b9e3e212009162d8223436032282efbc5c826cc7 (diff) | |
download | otp-7281f6b5877e12ebfdafa35b42989f5da2b7e807.tar.gz otp-7281f6b5877e12ebfdafa35b42989f5da2b7e807.tar.bz2 otp-7281f6b5877e12ebfdafa35b42989f5da2b7e807.zip |
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(), |