Beta version 2.8.6: Fix build for macOS.
This commit is contained in:
		
							parent
							
								
									46d393ea0f
								
							
						
					
					
						commit
						d5a416d5ea
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -132,7 +132,7 @@ Paint::Paint(
 | 
				
			||||||
		controllers->stickersPanelController
 | 
							controllers->stickersPanelController
 | 
				
			||||||
			? controllers->stickersPanelController->stickerChosen(
 | 
								? controllers->stickersPanelController->stickerChosen(
 | 
				
			||||||
				) | rpl::to_empty
 | 
									) | rpl::to_empty
 | 
				
			||||||
			: rpl::never<>(),
 | 
								: rpl::never<>() | rpl::type_erased(),
 | 
				
			||||||
		_scene->addsItem()
 | 
							_scene->addsItem()
 | 
				
			||||||
	) | rpl::start_with_next([=] {
 | 
						) | rpl::start_with_next([=] {
 | 
				
			||||||
		clearRedoList();
 | 
							clearRedoList();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4256,7 +4256,7 @@ void HistoryWidget::updateFieldPlaceholder() {
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	_field->setPlaceholder([&] {
 | 
						_field->setPlaceholder([&]() -> rpl::producer<QString> {
 | 
				
			||||||
		if (_editMsgId) {
 | 
							if (_editMsgId) {
 | 
				
			||||||
			return tr::lng_edit_message_text();
 | 
								return tr::lng_edit_message_text();
 | 
				
			||||||
		} else if (!_history) {
 | 
							} else if (!_history) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue