mirror of https://github.com/aseprite/aseprite.git
				
				
				
			Fix mini editor problem: brush preview wasn't being shown
This commit is contained in:
		
							parent
							
								
									cd913f7619
								
							
						
					
					
						commit
						8b4edc2f50
					
				| 
						 | 
					@ -251,6 +251,7 @@ void MiniEditorWindow::updateUsingEditor(Editor* editor)
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  miniEditor->centerInSpritePoint(pt.x, pt.y);
 | 
					  miniEditor->centerInSpritePoint(pt.x, pt.y);
 | 
				
			||||||
 | 
					  miniEditor->setLayer(editor->layer());
 | 
				
			||||||
  miniEditor->setFrame(editor->frame());
 | 
					  miniEditor->setFrame(editor->frame());
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue