Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. diff --git a/schemas/gschemas.compiled b/schemas/gschemas.compiled
  2. index bb1675f..f1d6a35 100644
  3. Binary files a/schemas/gschemas.compiled and b/schemas/gschemas.compiled differ
  4. diff --git a/selection.js b/selection.js
  5. index a02076c..08c02f1 100644
  6. --- a/selection.js
  7. +++ b/selection.js
  8. @@ -62,7 +62,7 @@ const Capture = new Lang.Class({
  9.  
  10. this.monitor = Main.layoutManager.focusMonitor;
  11.  
  12. - this._areaSelection = new Shell.GenericContainer({
  13. + this._areaSelection = new St.Widget({
  14. name: 'area-selection',
  15. style_class: 'area-selection',
  16. visible: 'true',
  17. @@ -405,7 +405,7 @@ const AreaRecording = new Lang.Class({
  18. _init: function () {
  19. Lib.TalkativeLog('-£-area recording init');
  20.  
  21. - this._areaRecording = new Shell.GenericContainer({
  22. + this._areaRecording = new St.Widget({
  23. name: 'area-recording',
  24. style_class: 'area-recording',
  25. visible: 'true',
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement