We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940aa12 commit 0070c26Copy full SHA for 0070c26
uis/src/com/biglybt/ui/swt/maketorrent/MultiTrackerEditor.java
@@ -915,7 +915,7 @@ private void editTreeItem(final TreeItem item) {
915
public void handleEvent (Event e) {
916
String url = text.getText();
917
if ( validURL(url)){
918
- text.setForeground( null );
+ Utils.setSkinnedForeground( text, null );
919
item.setForeground( null );
920
}else{
921
text.setForeground( Colors.colorError );
@@ -932,7 +932,7 @@ public void handleEvent (Event e) {
932
933
934
935
936
937
938
0 commit comments