summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/red_client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/red_client.cpp b/client/red_client.cpp
index 64b518a4..6a5d7b9c 100644
--- a/client/red_client.cpp
+++ b/client/red_client.cpp
@@ -577,6 +577,7 @@ void RedClient::send_agent_monitors_config()
_agent_tokens--;
post_message(message);
_agent_mon_config_sent = true;
+ _auto_display_res = false; // XXX: remove once migration is back to normal,
}
#define MIN_DISPLAY_PIXMAP_CACHE (1024 * 1024 * 20)