Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
739a78d8
Commit
739a78d8
authored
8 years ago
by
Sergey Malenkov
Browse files
Options
Download
Email Patches
Plain Diff
Revert
fc9413f5
because it is not needed anymore
parent
5a334286
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorImpl.java
+0
-2
...impl/src/com/intellij/openapi/editor/impl/EditorImpl.java
with
0 additions
and
2 deletions
+0
-2
platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorImpl.java
+
0
-
2
View file @
739a78d8
...
...
@@ -3017,8 +3017,6 @@ public final class EditorImpl extends UserDataHolderBase implements EditorEx, Hi
type
==
VERTICAL_SCROLLBAR_LEFT
?
JBScrollPane
.
Flip
.
HORIZONTAL
:
null
);
JScrollBar
vsb
=
myScrollPane
.
getVerticalScrollBar
();
if
(
vsb
!=
null
)
vsb
.
setOpaque
(
true
);
myScrollingModel
.
scrollHorizontally
(
currentHorOffset
);
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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