Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

volume: Fix clicks after scrolling on applet

by soreau, Monday, 18 August 2025, 06:39:50 (1755499190), pushed by soreau, Monday, 18 August 2025, 06:44:18 (1755499458)

Author identity: Scott Moreau <oreaus@gmail.com>

09f3b9c8aef9c4c9e5f87b369adc964a817717a3

applets/volume/__init__.py

@@ -157,7 +157,6 @@ class Volume(panorama_panel.Applet):

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    self.current_volume = new_volume
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    self.volume_scale.set_value(self.current_volume)
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    self.set_button_icon()
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                self.menu_button.popup()
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    if self.popdown_timeout is not None:
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        GLib.source_remove(self.popdown_timeout)
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    self.popdown_timeout = GLib.timeout_add(2000, self.close_scale_popover)