[DEV] update the parsing of java an python
This commit is contained in:
@@ -45,7 +45,8 @@ class MainApplication : public ewol::context::Application {
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
etk::theme::setName("COLOR", "color/black/");
|
||||
//etk::theme::setName("COLOR", "color/black/");
|
||||
etk::theme::setName("COLOR", "color/white/");
|
||||
|
||||
// TODO : remove this : Move if in the windows properties
|
||||
_context.setSize(vec2(800, 600));
|
||||
|
@@ -123,6 +123,5 @@ def create(target):
|
||||
myModule.pkg_add("RIGHT", "WRITE_EXTERNAL_STORAGE")
|
||||
myModule.pkg_add("RIGHT", "SET_ORIENTATION")
|
||||
|
||||
# add the currrent module at the
|
||||
return myModule
|
||||
|
||||
|
Reference in New Issue
Block a user