mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
📝 Typo!
This commit is contained in:
@@ -118,7 +118,7 @@ void NativeWindow::InitFromOptions(const mate::Dictionary& options) {
|
||||
if (options.Get(options::kX, &x) && options.Get(options::kY, &y)) {
|
||||
SetPosition(gfx::Point(x, y));
|
||||
|
||||
#if DEFINEED(OS_WIN)
|
||||
#if DEFINED(OS_WIN)
|
||||
// Dirty, dirty workaround for
|
||||
// https://github.com/electron/electron/issues/10862
|
||||
// Somehow, we need to call `SetBounds` twice to get
|
||||
|
||||
Reference in New Issue
Block a user