X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=lib%2Fgtk-contrib%2Fpsppire-sheet.c;h=be4cd24323e4a33946a914908dd510326e574607;hp=29eba9369167b248b1c2c300bbad2dae2a082b86;hb=5cc5058cfb4e7f3c22e7c53c7f538e73cc642c64;hpb=66153a44d861ccddf6a176ec5a94ffb959232ad6 diff --git a/lib/gtk-contrib/psppire-sheet.c b/lib/gtk-contrib/psppire-sheet.c index 29eba936..be4cd243 100644 --- a/lib/gtk-contrib/psppire-sheet.c +++ b/lib/gtk-contrib/psppire-sheet.c @@ -4042,8 +4042,10 @@ psppire_sheet_motion (GtkWidget *widget, GdkEventMotion *event) if (sheet->select_status == PSPPIRE_SHEET_NORMAL && row == sheet->active_cell.row && column == sheet->active_cell.col) return TRUE; +#if 0 if (PSPPIRE_SHEET_IN_SELECTION (sheet) && mods&GDK_BUTTON1_MASK) psppire_sheet_extend_selection (sheet, row, column); +#endif return TRUE; }