mirror of
https://github.com/elementary/gala.git
synced 2024-12-24 01:36:05 +03:00
windowmanager: Don't copy delegates
This commit is contained in:
parent
3fc7213841
commit
ebaa88ed2e
@ -46,7 +46,7 @@ namespace Gala
|
||||
* Defaults to blocking all.
|
||||
* @see KeybindingFilter
|
||||
*/
|
||||
public KeybindingFilter? keybinding_filter { get; set; default = () => true; }
|
||||
public KeybindingFilter? keybinding_filter { get; owned set; default = () => true; }
|
||||
|
||||
public ModalProxy ()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user