Update display console
This commit is contained in:
parent
14f3adcadd
commit
f0ce27e8d7
@ -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");
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user