Fix drawing issues of mini editor when the app is launched from explorer/finder when a file is double-clicked

This commit is contained in:
David Capello 2014-08-20 09:02:44 -03:00
parent 76919072e0
commit 25ee4df7fb

View File

@ -162,6 +162,7 @@ bool MiniEditorWindow::onProcessMessage(ui::Message* msg)
width, height));
load_window_pos(this, "MiniEditor");
invalidate();
}
break;