Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
svarog2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Brain
svarog2
Commits
2b02b747
Commit
2b02b747
authored
Feb 28, 2019
by
Piotr Różański
Committed by
Marian Dovgialo
Sep 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#45161 Minor fix for file selection dialog
parent
bf6433a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
FileSelectPanel.java
...p/view/common/components/filechooser/FileSelectPanel.java
+1
-1
No files found.
svarog/src/main/java/org/signalml/app/view/common/components/filechooser/FileSelectPanel.java
View file @
2b02b747
...
...
@@ -308,7 +308,7 @@ private String getRelativePath(String absolutePath) {
@Override
public
void
actionPerformed
(
ActionEvent
e
)
{
int
returnVal
=
fileChooser
.
show
Open
Dialog
(
FileSelectPanel
.
this
);
int
returnVal
=
fileChooser
.
show
Save
Dialog
(
FileSelectPanel
.
this
);
if
(
returnVal
==
JFileChooser
.
APPROVE_OPTION
)
{
File
selectedFile
=
fileChooser
.
getSelectedFile
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment