Fixed a top-level Layout selection bug.

This commit is contained in:
casey 2016-07-11 01:38:19 -07:00
parent aec0fda140
commit a5876ef050

View File

@ -198,7 +198,6 @@ void App::Run(ILayoutPtr layout) {
timeout(IDLE_TIMEOUT_MS);
bool quit = false;
WindowState state;
state.input = NULL;
state.keyHandler = NULL;