File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1- 0.7.72
1+ 0.7.73
Original file line number Diff line number Diff line change 1+ ## 0.7.73
2+ * fix splash screen automatic start in test mode after made modal
3+
14## 0.7.72
25* make splash screen modal
36
Original file line number Diff line number Diff line change @@ -318,12 +318,12 @@ public Result ExecuteCommand(DynamoRevitCommandData commandData)
318318
319319 if ( Journaling . IsJournalReplaying ( ) )
320320 {
321- var closeSplashScreen = new DynamoExternalEventHandler ( new Action ( ( ) =>
322- {
323- splashScreen ? . RequestLaunchDynamo ( false ) ;
324- } ) ) ;
325- var closeSplashScreenEvt = ExternalEvent . Create ( closeSplashScreen ) ;
326- closeSplashScreenEvt . Raise ( ) ;
321+ // var closeSplashScreen = new DynamoExternalEventHandler(new Action(() =>
322+ // {
323+ splashScreen ? . RequestLaunchDynamo ( false ) ;
324+ // }));
325+ // var closeSplashScreenEvt = ExternalEvent.Create(closeSplashScreen);
326+ // closeSplashScreenEvt.Raise();
327327 }
328328 }
329329 catch ( Exception ex )
You can’t perform that action at this time.
0 commit comments