diff clients/editor/plugins/objectselector.py @ 195:13e5be34484e

* Fixed a minor bug with the preview picture in the ObjectSelector
author nihathrael@33b003aa-7bff-0310-803a-e67f0ece8222
date Sun, 01 Mar 2009 11:22:04 +0000
parents 9631a2958851
children c344836f4210
line wrap: on
line diff
--- 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):