[gnome-shell/wip/carlosg/grabs-pt2: 6/23] authPrompt: Make actor reactive




commit 0ddd5869110d8eb20d8ddb2fb18e9cbb80294948
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Jan 25 18:09:05 2022 +0100

    authPrompt: Make actor reactive
    
    The actor is non-reactive, but has a key event handler to handle
    the Esc key on the auth prompt. Mark this actor as reactive, so
    it can handle the events.

 js/gdm/authPrompt.js | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js
index 66cd71e2e4..01ece6bd05 100644
--- a/js/gdm/authPrompt.js
+++ b/js/gdm/authPrompt.js
@@ -55,6 +55,7 @@ var AuthPrompt = GObject.registerClass({
             vertical: true,
             x_expand: true,
             x_align: Clutter.ActorAlign.CENTER,
+            reactive: true,
         });
 
         this.verificationStatus = AuthPromptStatus.NOT_VERIFYING;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]