opnsense-ports/devel/boaconstructor/files/patch-Inspector.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
473 B
Python

--- ./Inspector.py.orig 2014-07-05 20:17:27.633683705 -0300
+++ ./Inspector.py 2014-07-05 20:17:36.358682355 -0300
@@ -871,7 +871,7 @@
style = Preferences.splitterStyle)
self.categories = wx.SplitterWindow(self, -1,
- style=wx.NO_3D | wx.SP_3D | wx.SP_LIVE_UPDATE)
+ style=wx.SP_3D | wx.SP_LIVE_UPDATE)
self.definitions = InspectorEventScrollWin(self, -1,
style=wx.SUNKEN_BORDER | wx.TAB_TRAVERSAL)