Back to the main page.

Bug 1639 - ft_select_range: change order of callback input arguments

Status CLOSED FIXED
Reported 2012-08-08 17:29:00 +0200
Modified 2013-01-17 10:38:05 +0100
Product: FieldTrip
Component: plotting
Version: unspecified
Hardware: PC
Operating System: Windows
Importance: P3 normal
Assigned to: Roemer van der Meij
URL:
Tags:
Depends on:
Blocks:
See also:

Roemer van der Meij - 2012-08-08 17:29:50 +0200

Currently, the input to the callback is: range, handle, otherinputargs. Change this to be: otherinputargs, range, handle. It makes more sense for ft_select_range to append input to the callback, instead of the other way around. Change in ft_select_range, and in all functions calling ft_select_range.


Roemer van der Meij - 2012-08-17 15:25:28 +0200

Note: Functions that call ft_select_range: grep -l ft_select_range ./*.m ./*/*.m ./*/*/*.m ./*/*/*/*.m ./ft_databrowser.m ./ft_singleplotER.m ./ft_singleplotTFR.m ./compat/ft_databrowser_old.m ./plotting/ft_select_channel.m ./plotting/ft_select_range.m


Roemer van der Meij - 2012-08-17 15:49:34 +0200

Done.


Roemer van der Meij - 2013-01-17 10:38:01 +0100

bug closing time