Skip to content

Commit

Permalink
version 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hmogensen committed Nov 18, 2014
1 parent ab097a5 commit 6631d34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions panelcomponents/@ThresholdOptions/ThresholdOptions.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ function populate(obj,mgr)
obj.ui_remove_thresholds = mgr.add(sc_ctrl('pushbutton','Remove thresholds',...
@(~,~) obj.remove_thresholds_callback),100);
mgr.newline(20);
obj.ui_modify_thresholds = mgr.add(sc_ctrl('pushbutton','Modify thresholds',...
@(~,~) obj.modify_thresholds_callback),100);
obj.ui_modify_thresholds = mgr.add(sc_ctrl('pushbutton','Modify thresholds (*beta version*)',...
@(~,~) obj.modify_thresholds_callback),200);

mgr.newline(20);
obj.ui_cancel_thresholds = mgr.add(sc_ctrl('pushbutton','Cancel',...
Expand Down
2 changes: 1 addition & 1 deletion viewers/@SequenceViewer/SequenceViewer.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
classdef SequenceViewer < handle
methods (Static)
function str = version_str()
str = '>1.0.9';
str = '1.0.10';
end
end
properties (SetObservable)
Expand Down

0 comments on commit 6631d34

Please sign in to comment.