mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-01-12 17:02:29 +08:00
views: Fix showing window icon, closes #514.
This commit is contained in:
@@ -123,6 +123,7 @@ NativeWindowViews::NativeWindowViews(content::WebContents* web_contents,
|
||||
use_content_size_)
|
||||
bounds = ContentBoundsToWindowBounds(bounds);
|
||||
|
||||
window_->UpdateWindowIcon();
|
||||
window_->CenterWindow(bounds.size());
|
||||
Layout();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user