# HG changeset patch # User nihathrael@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1235906524 0 # Node ID 13e5be34484e5b4eb036b21b089cc18e71bac83d # Parent 9631a2958851aba04f983d24bff3903d445e41d3 * Fixed a minor bug with the preview picture in the ObjectSelector diff -r 9631a2958851 -r 13e5be34484e clients/editor/plugins/objectselector.py --- a/clients/editor/plugins/objectselector.py Sun Mar 01 10:59:17 2009 +0000 +++ b/clients/editor/plugins/objectselector.py Sun Mar 01 11:22:04 2009 +0000 @@ -115,6 +115,7 @@ been selected. @param obj: fife.Object instance""" self.preview.image = self._getImage(obj) + self.gui.adaptLayout() self.notify(obj) def update(self):