mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
GUI seems broken, but the old version is broken by now as well. Closes: https://trac.macports.org/ticket/55677 Closes: https://trac.macports.org/ticket/56132
11 lines
272 B
Diff
11 lines
272 B
Diff
--- Gate.cc.orig
|
|
+++ Gate.cc
|
|
@@ -406,6 +406,7 @@ int main( int argc, char* argv[] )
|
|
#ifdef G4UI_USE
|
|
if (ui) // Launching interactive mode // Qt
|
|
{
|
|
+ UImanager->ApplyCommand("/gate/control/execute gui.mac");
|
|
ui->SessionStart();
|
|
delete ui;
|
|
}
|