don't run meter in import-dialog if the dialog is not visible
This commit is contained in:
parent
3247c5a51c
commit
9041d7bc18
@ -113,6 +113,10 @@ SendUI::update ()
|
||||
void
|
||||
SendUI::fast_update ()
|
||||
{
|
||||
if (!is_mapped()) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (Config->get_meter_falloff() > 0.0f) {
|
||||
_gpm.update_meters ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user