Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
remove image browser destructor
  • Loading branch information
MPIBR-tushevg committed Nov 25, 2017
1 parent d8f0a91 commit 9094f24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NeuroBits.m
Expand Up @@ -57,7 +57,7 @@

%% initialize FolderBrowser
obj.widget_FolderBrowser = WidgetFolderBrowser('Parent', obj.ui_layout,...
'Extension', '*.tif');
'Extension', '*.lsm');
if ~isa(obj.widget_FolderBrowser, 'WidgetFolderBrowser')
error('NeruoBits :: failed to initialize WidgetFolderBrowser');
end
Expand Down
2 changes: 1 addition & 1 deletion widgets/WidgetFolderBrowser

0 comments on commit 9094f24

Please sign in to comment.