Mercurial > libervia-web
comparison src/browser/sat_browser/main_panel.py @ 779:fc941d0d97f8
browser_side: fixed ContactsPanel scrolling
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 30 Nov 2015 21:52:41 +0100 |
parents | c2f22ca12e23 |
children | f8a7a046ff9c |
comparison
equal
deleted
inserted
replaced
778:31c682149d52 | 779:fc941d0d97f8 |
---|---|
292 if self._contacts.getParent() == parent: | 292 if self._contacts.getParent() == parent: |
293 return | 293 return |
294 self._contacts.removeFromParent() | 294 self._contacts.removeFromParent() |
295 parent.insert(self._contacts, 0) | 295 parent.insert(self._contacts, 0) |
296 | 296 |
297 def refresh(self): | 297 |
298 """Refresh the main panel""" | 298 |
299 self.host.contact_panel.refresh() | |
300 | |
301 |