mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
This helps with keypress events in the filesystem box.
This commit is contained in:
parent
08999ef628
commit
c388d93b8c
@ -392,6 +392,20 @@ sub file_system {
|
||||
else {
|
||||
$uml_expect{uml_exclusively} = 1;
|
||||
|
||||
}
|
||||
# for Yard.pm
|
||||
$ars->{uml_exclusively} =
|
||||
$uml_expect{uml_exclusively};
|
||||
ars2($ars);
|
||||
});
|
||||
$uml_exclusively->signal_connect("key_press_event",
|
||||
sub {
|
||||
if ( $uml_exclusively->get_active() == 1 ) {
|
||||
$uml_expect{uml_exclusively} = 1;
|
||||
}
|
||||
else {
|
||||
$uml_expect{uml_exclusively} = 0;
|
||||
|
||||
}
|
||||
# for Yard.pm
|
||||
$ars->{uml_exclusively} =
|
||||
|
Loading…
x
Reference in New Issue
Block a user