don't use smooth scrolling when chnging fond or resizing chr window. Fixes #7268
This commit is contained in:
		
							parent
							
								
									e9f6909820
								
							
						
					
					
						commit
						43ee6a1741
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1277,7 +1277,7 @@ class ChatControlBase(MessageControl, ChatCommandProcessor, CommandTools):
 | 
				
			||||||
        # used to stay at the end of the textview when we shrink conversation
 | 
					        # used to stay at the end of the textview when we shrink conversation
 | 
				
			||||||
        # textview.
 | 
					        # textview.
 | 
				
			||||||
        if self.was_at_the_end:
 | 
					        if self.was_at_the_end:
 | 
				
			||||||
            self.conv_textview.bring_scroll_to_end(-18)
 | 
					            self.conv_textview.bring_scroll_to_end(-18, use_smooth=False)
 | 
				
			||||||
        self.was_at_the_end = (adjustment.upper - adjustment.value - adjustment.page_size) < 18
 | 
					        self.was_at_the_end = (adjustment.upper - adjustment.value - adjustment.page_size) < 18
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def on_conversation_vadjustment_value_changed(self, adjustment):
 | 
					    def on_conversation_vadjustment_value_changed(self, adjustment):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue