Adding window demo.

This commit is contained in:
Ben Vanik
2015-11-07 10:37:46 -08:00
parent fdf59fec5f
commit f065872241
6 changed files with 254 additions and 131 deletions

View File

@@ -144,7 +144,7 @@ bool Window::MakeReady() {
root_element_->set_background_skin(TBIDC("background"));
root_element_->set_rect({0, 0, width(), height()});
el::util::ShowDebugInfoSettingsForm(root_element_.get());
// el::util::ShowDebugInfoSettingsForm(root_element_.get());
return true;
}