mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-11-04 00:52:11 +00:00 
			
		
		
		
	Fix: undefined reference after refactoring.
This commit is contained in:
		@@ -90,6 +90,7 @@ Item{
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        QMLTermScrollbar {
 | 
			
		||||
            id: kterminalScrollbar
 | 
			
		||||
            terminal: kterminal
 | 
			
		||||
            anchors.margins: width * 0.5
 | 
			
		||||
            width: terminal.fontMetrics.width * 0.75
 | 
			
		||||
@@ -99,7 +100,6 @@ Item{
 | 
			
		||||
                radius: width * 0.25
 | 
			
		||||
                opacity: 0.7
 | 
			
		||||
            }
 | 
			
		||||
            onOpacityChanged: restartBlurredSource();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        FontLoader{ id: fontLoader }
 | 
			
		||||
@@ -235,6 +235,10 @@ Item{
 | 
			
		||||
                onTerminalFontChanged: _blurredSourceEffect.restartBlurSource();
 | 
			
		||||
                onRasterizationChanged: _blurredSourceEffect.restartBlurSource();
 | 
			
		||||
            }
 | 
			
		||||
            Connections {
 | 
			
		||||
                target: kterminalScrollbar
 | 
			
		||||
                onOpacityChanged: _blurredSourceEffect.restartBlurSource();
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user