[gnome-boxes] Hide collection-view to avoid glitches
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] Hide collection-view to avoid glitches
- Date: Mon, 14 Nov 2011 19:00:07 +0000 (UTC)
commit a65b7bef69e2fa1aee1b16b27f2833bfcb12c627
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date: Thu Nov 10 02:08:12 2011 +0100
Hide collection-view to avoid glitches
src/collection-view.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/collection-view.vala b/src/collection-view.vala
index fa17822..22fda08 100644
--- a/src/collection-view.vala
+++ b/src/collection-view.vala
@@ -50,6 +50,7 @@ private class Boxes.CollectionView: Boxes.UI {
public override void ui_state_changed () {
switch (ui_state) {
case UIState.COLLECTION:
+ actor.show ();
icon_view.unselect_all ();
actor_remove (app.wizard.actor);
actor_remove (over_boxes);
@@ -65,6 +66,7 @@ private class Boxes.CollectionView: Boxes.UI {
float x, y;
var display = app.current_item.actor;
+ actor.hide ();
actor_remove (app.properties.actor);
if (previous_ui_state == UIState.CREDS) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]