From f0ce27e8d72b3c9c7a0e658c26708216facf9ff3 Mon Sep 17 00:00:00 2001 From: Edouard Dupin Date: Mon, 21 Nov 2011 18:20:30 +0100 Subject: [PATCH] Update display console --- Sources/Main.cpp | 3 ++- Sources/ewolWindows.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Sources/Main.cpp b/Sources/Main.cpp index c5f69a23..342ce6b0 100644 --- a/Sources/Main.cpp +++ b/Sources/Main.cpp @@ -69,9 +69,10 @@ class Plop :public ewol::Windows mySizerVert->SubWidgetAdd(myCheckBox); myTest = new ewol::Test(); + myTest->SetExpendY(true); mySizerVert->SubWidgetAdd(myTest); myButton = new ewol::Button("4 4 BT"); - //myButton->SetExpendY(true); + myButton->SetExpendY(true); mySizerVert->SubWidgetAdd(myButton); myButton = new ewol::Button("Exemple 2"); diff --git a/Sources/ewolWindows.cpp b/Sources/ewolWindows.cpp index e8ed84e5..4165d60c 100644 --- a/Sources/ewolWindows.cpp +++ b/Sources/ewolWindows.cpp @@ -145,7 +145,7 @@ bool ewol::Windows::OnEventInput(int32_t IdInput, eventInputType_te typeEvent, e void ewol::Windows::SysDraw(void) { - EWOL_DEBUG("Drow on (" << m_size.x << "," << m_size.y << ")"); + //EWOL_DEBUG("Drow on (" << m_size.x << "," << m_size.y << ")"); // set the size of the open GL system glViewport(0,0,m_size.x,m_size.y);