kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Crosshairs on roster if delayed
rodzic
3b233cf44f
commit
f7ccedc031
|
@ -326,11 +326,16 @@ function rosterInFocus()
|
|||
if (window.opener.g_appSettings.rosterDelayOnFocus)
|
||||
{
|
||||
rosterFocus = true;
|
||||
RosterTable.style.cursor = "crosshair";
|
||||
}
|
||||
}
|
||||
|
||||
function rosterNoFocus()
|
||||
{
|
||||
if (rosterFocus)
|
||||
{
|
||||
RosterTable.style.cursor = "auto";
|
||||
}
|
||||
rosterFocus = false;
|
||||
if (rosterTimeout != null)
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue