merging 1.7.5 source: windows changes
This commit is contained in:
@@ -80,7 +80,11 @@ public class WndItem extends Window {
|
||||
}
|
||||
btn.setPos( x, y );
|
||||
add( btn );
|
||||
|
||||
|
||||
if (action == item.defaultAction) {
|
||||
btn.textColor( TITLE_COLOR );
|
||||
}
|
||||
|
||||
x += btn.width() + GAP;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user