Commit 3d2277e0 authored by Roman Pišl's avatar Roman Pišl Committed by Alexandre Julliard

wineconsole: Don't allow recurrent resizing while grabbing changes.

parent 8d8eab04
......@@ -92,7 +92,7 @@ void WINECON_ResizeWithContainer(struct inner_data* data, int width, int height)
{
struct config_data cfg;
if (data->in_set_config) return;
if (data->in_set_config || data->in_grab_changes) return;
cfg = data->curcfg;
cfg.win_width = width;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment