projects
/
idea
/
community.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'appcode10' into merge_appcode10
[idea/community.git]
/
platform
/
platform-api
/
src
/
com
/
intellij
/
ui
/
SimpleColoredComponent.java
diff --git
a/platform/platform-api/src/com/intellij/ui/SimpleColoredComponent.java
b/platform/platform-api/src/com/intellij/ui/SimpleColoredComponent.java
index fef3af00427afed9d4aa442721da0d368e45eea1..e25dbad921f9a0d3b865a923bb207e918796ef5d 100644
(file)
--- a/
platform/platform-api/src/com/intellij/ui/SimpleColoredComponent.java
+++ b/
platform/platform-api/src/com/intellij/ui/SimpleColoredComponent.java
@@
-545,7
+545,7
@@
public class SimpleColoredComponent extends JComponent implements Accessible {
final Integer fixedWidth = myAligns.get(i);
if (fixedWidth != null && fragmentWidth < fixedWidth.intValue()) {
//if (fixedWidth != null) {
- offset
+
= fixedWidth.intValue();
+ offset = fixedWidth.intValue();
} else {
offset += fragmentWidth;
}