tiling - disable last frame adj - this blocks resizing entirely...

for me this seems to improve things... drastically... fixes resizing
int iling whne no borders selected.
This commit is contained in:
Carsten Haitzler 2019-08-09 22:18:14 +01:00
parent 758894bc9c
commit 6134ac44cf
1 changed files with 3 additions and 2 deletions

View File

@ -1144,7 +1144,8 @@ _move_or_resize(E_Client *ec)
{
return;
}
/* This seems to create more issues than it seemingly solves? it stops
* resizes when no borders are there....
if (!extra->last_frame_adjustment)
{
printf
@ -1152,7 +1153,7 @@ _move_or_resize(E_Client *ec)
_reapply_tree();
return;
}
*/
Window_Tree *item = tiling_window_tree_client_find(_G.tinfo->tree, ec);
if (!item)