mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
taskbar progress is only displayed (on Windows at least) if state is set to NORMAL
This commit is contained in:
parent
c026f93801
commit
6a2a4a8e7c
@ -112,6 +112,7 @@ public class StartStopScanningAction implements SelectionListener, ScanningProgr
|
||||
if (bar == null) return null;
|
||||
TaskItem item = bar.getItem(statusBar.getShell());
|
||||
if (item == null) item = bar.getItem(null);
|
||||
if (item != null) item.setProgressState(SWT.NORMAL);
|
||||
return item;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user