Fixed an error while trying to move the window by clicking and holding on a window line
This commit is contained in:
@@ -106,7 +106,7 @@ local _
|
||||
end
|
||||
|
||||
if (Details.janela_report.ativa) then
|
||||
Details.janela_report:Flash (0.2, 0.2, 0.4, true, 0, 0, "NONE")
|
||||
Details.janela_report:Flash(0.2, 0.2, 0.4, true, 0, 0, "NONE")
|
||||
end
|
||||
|
||||
Details.janela_report.ativa = true
|
||||
@@ -206,7 +206,7 @@ local _
|
||||
end
|
||||
|
||||
if (Details.janela_report.ativa) then
|
||||
Details.janela_report:Flash (0.2, 0.2, 0.4, true, 0, 0, "NONE")
|
||||
Details.janela_report:Flash(0.2, 0.2, 0.4, true, 0, 0, "NONE")
|
||||
end
|
||||
|
||||
Details.janela_report.ativa = true
|
||||
|
||||
Reference in New Issue
Block a user