Skip to content
Snippets Groups Projects
Commit b886ea61 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

OrthoPanel has black background colour (for grid layout, where slice

canvases do not take up all available space).
parent 66d90c1a
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ class OrthoPanel(wx.Panel, props.HasProperties):
wx.Panel.__init__(self, parent)
self.SetMinSize((600, 200))
self.SetBackgroundColour('black')
self.xcanvas = slicecanvas.SliceCanvas(self, imageList, zax=0,
glContext=glContext)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment