зеркало из https://github.com/electron/electron.git
Use empty origin when only adjusting size
This commit is contained in:
Родитель
52199a008d
Коммит
7ae9c7616d
|
@ -219,9 +219,7 @@ gfx::Point NativeWindow::GetPosition() {
|
|||
}
|
||||
|
||||
void NativeWindow::SetContentSize(const gfx::Size& size, bool animate) {
|
||||
gfx::Rect bounds = GetContentBounds();
|
||||
bounds.set_size(size);
|
||||
SetSize(ContentBoundsToWindowBounds(bounds).size(), animate);
|
||||
SetSize(ContentBoundsToWindowBounds(gfx::Rect(size)).size(), animate);
|
||||
}
|
||||
|
||||
gfx::Size NativeWindow::GetContentSize() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче