mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-11-04 09:02:14 +00:00 
			
		
		
		
	Fix: Issue between texture quality and the new frame.
This commit is contained in:
		@@ -5,8 +5,8 @@ import "../../utils.js" as Utils
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Item{
 | 
					Item{
 | 
				
			||||||
    id: framecontainer
 | 
					    id: framecontainer
 | 
				
			||||||
    property int textureWidth: terminalContainer.width
 | 
					    property int textureWidth: terminalContainer.width / appSettings.window_scaling
 | 
				
			||||||
    property int textureHeight: terminalContainer.height
 | 
					    property int textureHeight: terminalContainer.height / appSettings.window_scaling
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    property int addedWidth
 | 
					    property int addedWidth
 | 
				
			||||||
    property int addedHeight
 | 
					    property int addedHeight
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user