File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
uis/src/com/biglybt/ui/swt/maketorrent Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -915,7 +915,7 @@ private void editTreeItem(final TreeItem item) {
915
915
public void handleEvent (Event e ) {
916
916
String url = text .getText ();
917
917
if ( validURL (url )){
918
- text . setForeground ( null );
918
+ Utils . setSkinnedForeground ( text , null );
919
919
item .setForeground ( null );
920
920
}else {
921
921
text .setForeground ( Colors .colorError );
@@ -932,7 +932,7 @@ public void handleEvent (Event e) {
932
932
public void handleEvent (Event e ) {
933
933
String url = text .getText ();
934
934
if ( validURL (url )){
935
- text . setForeground ( null );
935
+ Utils . setSkinnedForeground ( text , null );
936
936
item .setForeground ( null );
937
937
}else {
938
938
text .setForeground ( Colors .colorError );
You can’t perform that action at this time.
0 commit comments