X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=inline;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FmainWin%2Fsrc%2Fcallbacks.c;h=6a50d79de536c942250a417933e7f8b7e791a54b;hb=bd24a9afb2b7ab792a7de77a2226009fd746ac18;hp=000efdf017fe4b87acb3129e9fb99d1e3fe1bdd1;hpb=432a7065f37c2e37192925c938216a8ceb152dc1;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/mainWin/src/callbacks.c b/ltt/branches/poly/lttv/modules/gui/mainWin/src/callbacks.c index 000efdf0..6a50d79d 100644 --- a/ltt/branches/poly/lttv/modules/gui/mainWin/src/callbacks.c +++ b/ltt/branches/poly/lttv/modules/gui/mainWin/src/callbacks.c @@ -1124,8 +1124,11 @@ on_MWindow_configure (GtkWidget *widget, double ratio; TimeInterval *time_span; LttTime time; - - while(tab){ + + // MD : removed time width modification upon resizing of the main window. + // The viewers will redraw themselves completely, without time interval + // modification. +/* while(tab){ if(mw_data->window_width){ time_span = LTTV_TRACESET_CONTEXT(tab->traceset_info->traceset_context)->Time_Span ; time_win = tab->time_window; @@ -1140,6 +1143,7 @@ on_MWindow_configure (GtkWidget *widget, } mw_data->window_width = (int)width; + */ return FALSE; }