Make borders black in fullscreen for wxWidgets

This is a simple patch that makes it so borders that show up in fullscreen mode are black rather than white.
This commit is contained in:
akb825 2014-12-10 03:00:21 -05:00 committed by Arthur Moore
parent a240cfae79
commit 8b46072ca3
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<object class="wxPanel" name="DisplayArea" subclass="GameArea">
<bg>#000000</bg>
<style>wxCLIP_CHILDREN|wxWANTS_CHARS</style>
</object>
<option>1</option>