Skip to content

Instantly share code, notes, and snippets.

@pcdavid
Created August 9, 2019 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcdavid/7d9bc2604dbb0c32f05af354e9f8c264 to your computer and use it in GitHub Desktop.
Save pcdavid/7d9bc2604dbb0c32f05af354e9f8c264 to your computer and use it in GitHub Desktop.
diff --git a/schemas/gschemas.compiled b/schemas/gschemas.compiled
index bb1675f..f1d6a35 100644
Binary files a/schemas/gschemas.compiled and b/schemas/gschemas.compiled differ
diff --git a/selection.js b/selection.js
index a02076c..08c02f1 100644
--- a/selection.js
+++ b/selection.js
@@ -62,7 +62,7 @@ const Capture = new Lang.Class({
this.monitor = Main.layoutManager.focusMonitor;
- this._areaSelection = new Shell.GenericContainer({
+ this._areaSelection = new St.Widget({
name: 'area-selection',
style_class: 'area-selection',
visible: 'true',
@@ -405,7 +405,7 @@ const AreaRecording = new Lang.Class({
_init: function () {
Lib.TalkativeLog('-£-area recording init');
- this._areaRecording = new Shell.GenericContainer({
+ this._areaRecording = new St.Widget({
name: 'area-recording',
style_class: 'area-recording',
visible: 'true',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment