🔧 Add fixme
This commit is contained in:
parent
58708d6242
commit
e8f8100e19
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ void NativeWindow::InitFromOptions(const mate::Dictionary& options) {
|
||||||
SetPosition(gfx::Point(x, y));
|
SetPosition(gfx::Point(x, y));
|
||||||
|
|
||||||
#if defined(OS_WIN)
|
#if defined(OS_WIN)
|
||||||
// Dirty, dirty workaround for
|
// FIXME(felixrieseberg): Dirty, dirty workaround for
|
||||||
// https://github.com/electron/electron/issues/10862
|
// https://github.com/electron/electron/issues/10862
|
||||||
// Somehow, we need to call `SetBounds` twice to get
|
// Somehow, we need to call `SetBounds` twice to get
|
||||||
// usable results. The root cause is still unknown.
|
// usable results. The root cause is still unknown.
|
||||||
|
|
Loading…
Reference in a new issue