Mercurial > fife-parpg
changeset 364:c3443aa7be10
Forgot to comment a few lines which caused the Camera Editor to not be shown.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 21 Oct 2009 15:31:24 +0000 |
parents | 714673208050 |
children | 54cf58876c31 |
files | clients/editor/plugins/CameraEdit.py |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/clients/editor/plugins/CameraEdit.py Wed Oct 21 15:19:59 2009 +0000 +++ b/clients/editor/plugins/CameraEdit.py Wed Oct 21 15:31:24 2009 +0000 @@ -199,8 +199,8 @@ """ Create the basic gui container """ self._container = pychan.loadXML('gui/cameradialog.xml') - self._container.findChild(name="mapLabel").hide() - self._container.findChild(name="mapBox").hide() + #self._container.findChild(name="mapLabel").hide() + #self._container.findChild(name="mapBox").hide() self._ok_button = self._container.findChild(name="okButton") self._cancel_button = self._container.findChild(name="cancelButton") @@ -219,4 +219,7 @@ let the window appear at the center of the screen. (new default position: left, beneath the tools window) """ - self._container.position = (50, 200) \ No newline at end of file + self._container.position = (50, 200) + + +