[gnome-documents] embed: overlay the selection toolbar on the main actor
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] embed: overlay the selection toolbar on the main actor
- Date: Fri, 8 Feb 2013 21:39:19 +0000 (UTC)
commit 3f3523e0348bb56e9c5914f16d827f9e59ccba7a
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Feb 8 11:59:58 2013 -0500
embed: overlay the selection toolbar on the main actor
src/embed.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/embed.js b/src/embed.js
index fcddf90..b56ee27 100644
--- a/src/embed.js
+++ b/src/embed.js
@@ -301,7 +301,7 @@ const Embed = new Lang.Class({
this._viewActor.add_child(this._notebookActor);
// create the OSD toolbar for selected items, it's hidden by default
- this._selectionToolbar = new Selections.SelectionToolbar(this._contentsActor);
+ this._selectionToolbar = new Selections.SelectionToolbar(this.actor);
this._overlayLayout.add(this._selectionToolbar.actor,
Clutter.BinAlignment.FIXED, Clutter.BinAlignment.FIXED);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]