Skip to content
Snippets Groups Projects
Commit cdd1affb authored by Akin Sisbot's avatar Akin Sisbot
Browse files

[wip/mhp-genom] Patch to create a buttonless main window

parent d0a51a6c
No related branches found
No related tags found
No related merge requests found
SHA1 (mhp-genom-2.9.tar.gz) = c039db04dc49065509f74663b4964dd1818466ae
RMD160 (mhp-genom-2.9.tar.gz) = d645517d43e654733d74254a7445a2d396971341
Size (mhp-genom-2.9.tar.gz) = 52661 bytes
SHA1 (patch-aa) = 2158db5a10776ac862e6220c62d4b8a80aceee27
SHA1 (patch-aa) = df5ae0fda8df401f90b4083579e81c7d0a42067b
......@@ -11,3 +11,17 @@ index dd47800..9d81745 100644
/* ----------------------- OBJECT READ ------------------------ */
diff --git a/codels/mhpMainTaskCodels.cc b/codels/mhpMainTaskCodels.cc
index b12ba3a..400d1f2 100644
--- codels/mhpMainTaskCodels.cc
+++ codels/mhpMainTaskCodels.cc
@@ -111,8 +111,7 @@ ACTIVITY_EVENT mhpLoadP3dMain(MHP_P3D *P3d, int *report)
p3d_set_env_dmax(0.02);
if(SDI_F->P3d.enableGraphic){
- g3d_create_main_form();
- fl_hide_form(MAIN_FORM);
+ g3d_create_buttonless_main_form();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment