Commit 7521cbef authored by claes's avatar claes

Prepared for new layout manager, (not yet fully implemented)

parent 335a21a7
......@@ -1794,7 +1794,7 @@ int Graph::export_gejava( char *filename, char *bean_name, int applet, int html)
}
fp <<
" contentPane.setOpaque(true);" << endl <<
" localPanel.setLayout(null);" << endl <<
" localPanel.setLayout(null /* xxx new RatioLayout()*/);" << endl <<
" localPanel.setOpaque(true);" << endl;
if ( background_color != glow_eDrawType_LineErase)
fp <<
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment