mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 20:20:45 +00:00
Fix: undefined reference after refactoring.
This commit is contained in:
parent
dbdd7f3705
commit
85d637e62e
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user