whitespace/newline cleanup: megabar.patch; use fixed/updated unity-menubar.patch

master
ohfp 2021-06-10 10:41:39 +02:00
parent febf04e63f
commit 9797e2ce7e
No known key found for this signature in database
GPG Key ID: 2954CC8585E27A3F
2 changed files with 2 additions and 2 deletions

View File

@ -163,4 +163,4 @@ index d2bb269..0d47466 100644
+ margin-inline-start: 0;
align-self: end;
background-repeat: no-repeat;
background-size: contain;
background-size: contain;

View File

@ -2536,7 +2536,7 @@
+ if (command) {
+ command->InitCommandEvent(u"command"_ns, true, true,
+ nsGlobalWindowInner::Cast(doc->GetInnerWindow()),
+ 0, false, false, false, false, nullptr, 0, rv);
+ 0, false, false, false, false, 0, nullptr, 0, rv);
+ if (!rv.Failed()) {
+ event->SetTrusted(true);
+ ContentNode()->DispatchEvent(*event, rv);