🔧 Add fixme

This commit is contained in:
Felix Rieseberg 2017-11-01 11:30:32 -07:00
parent 58708d6242
commit e8f8100e19

View file

@ -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.