mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into wipe_tower_ui
This commit is contained in:
		
						commit
						01c37ac987
					
				
					 7 changed files with 7184 additions and 4771 deletions
				
			
		| 
						 | 
				
			
			@ -174,6 +174,13 @@ sub recreate_GUI{
 | 
			
		|||
        $topwindow->Destroy;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    EVT_IDLE($self->{mainframe}, sub {
 | 
			
		||||
        while (my $cb = shift @cb) {
 | 
			
		||||
            $cb->();
 | 
			
		||||
        }
 | 
			
		||||
        $self->{app_config}->save if $self->{app_config}->dirty;
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    my $run_wizard = 1 if $self->{preset_bundle}->has_defauls_only;
 | 
			
		||||
    if ($run_wizard) {
 | 
			
		||||
        # On OSX the UI was not initialized correctly if the wizard was called
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue