mirror of https://github.com/procxx/kepka.git
				
				
				
			Fix last message tail drawing in theme preview
This commit is contained in:
		
							parent
							
								
									0d9c30423f
								
							
						
					
					
						commit
						9fc87c3cb8
					
				|  | @ -398,6 +398,7 @@ void Generator::paintHistoryList() { | ||||||
| 
 | 
 | ||||||
| 	_historyBottom = _history.y() + _history.height(); | 	_historyBottom = _history.y() + _history.height(); | ||||||
| 	_historyBottom -= st::historyPaddingBottom; | 	_historyBottom -= st::historyPaddingBottom; | ||||||
|  | 	_p->setClipping(true); | ||||||
| 	for (auto i = _bubbles.size(); i != 0;) { | 	for (auto i = _bubbles.size(); i != 0;) { | ||||||
| 		auto &bubble = _bubbles[--i]; | 		auto &bubble = _bubbles[--i]; | ||||||
| 		if (bubble.width > 0) { | 		if (bubble.width > 0) { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue