Commit a05ef35d authored by Claes Sjofors's avatar Claes Sjofors

Ge default MB3 action changed to popup menu

parent bcd752f4
......@@ -2461,7 +2461,7 @@ void GrowCtx::clear_all( int keep_paste)
is_javaapplet = 0;
is_javaapplication = 0;
cycle = glow_eCycle_Slow;
mb3_action = glow_eMB3Action_Close;
mb3_action = glow_eMB3Action_PopupMenu;
translate_on = 0;
inputfocus_object = 0;
x0 = y0 = x1 = y1 = 0;
......
......@@ -96,7 +96,7 @@ class GrowCtx : public GlowCtx {
enable_bg_pixmap(0), background_tiled(0), scale_active(0),
initial_position(glow_eDirection_Up), is_javaapplet(0),
is_javaapplication(0), cycle(glow_eCycle_Slow),
mb3_action(glow_eMB3Action_Close), scale_equal(0), translate_on(0),
mb3_action(glow_eMB3Action_PopupMenu), scale_equal(0), translate_on(0),
input_focus_mark(glow_eInputFocusMark_Relief), background_disabled(0),
redraw_callback(0), redraw_data(0), has_subwindows(-1), bitmap_fonts(0),
environment(glow_eEnv_Runtime), text_coding(glow_eTextCoding_ISO8859_1)
......
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