Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f5063c

Browse filesBrowse files
keep dockable window hidden to fix #116
1 parent 60f222d commit 4f5063c
Copy full SHA for 4f5063c

File tree

1 file changed

+0
-11
lines changed
Filter options

1 file changed

+0
-11
lines changed

‎sqldev/src/main/java/org/utplsql/sqldev/ui/runner/RunnerPanel.java

Copy file name to clipboardExpand all lines: sqldev/src/main/java/org/utplsql/sqldev/ui/runner/RunnerPanel.java
-11Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -479,22 +479,11 @@ private void setCurrentRun(final Run run) {
479479
}
480480
}
481481

482-
private void showDockable() {
483-
try {
484-
if (!RunnerFactory.getDockable().isVisible()) {
485-
RunnerFactory.showDockable();
486-
}
487-
} catch (Throwable t) {
488-
// ignore
489-
}
490-
}
491-
492482
private void enableOrDisableStopButton() {
493483
stopButton.setEnabled(currentRun.getEndTime() == null);
494484
}
495485

496486
public synchronized void update(final String reporterId) {
497-
showDockable();
498487
enableOrDisableStopButton();
499488
setCurrentRun(runs.get(reporterId));
500489
final int row = currentRun.getCurrentTestNumber() - 1;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.