third try for #678

master
Zandr Martin 8 years ago
parent a5af3bce98
commit a3980d456d
No known key found for this signature in database
GPG Key ID: AA2BB8EF77F7BBDC

@ -269,6 +269,7 @@ static bool handle_view_created(wlc_handle handle) {
wlc_view_set_mask(handle, VISIBLE); wlc_view_set_mask(handle, VISIBLE);
wlc_view_set_output(handle, panel_config->output); wlc_view_set_output(handle, panel_config->output);
wlc_view_bring_to_front(handle); wlc_view_bring_to_front(handle);
arrange_windows(&root_container, -1, -1);
return true; return true;
} }

Loading…
Cancel
Save