Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Commit

Permalink
rm unused box
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmru committed Feb 10, 2016
1 parent 764609e commit 518cfe8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions biwx.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,9 +568,7 @@ def __init__(self, *args, **kwargs):
# adding the MenuBar to the Frame content.
self.SetMenuBar(menu_bar)

sizer = wx.BoxSizer(wx.VERTICAL)
self.editor = Editor(self)
sizer.Add(self.editor, 1, wx.EXPAND)

self.SetBackgroundColour(BACKGROUND_COLOUR)
self.editor.hex_grid.Bind(wxgrid.EVT_GRID_SELECT_CELL, self.display_address)
Expand Down

0 comments on commit 518cfe8

Please sign in to comment.