fix i3 4.12 merge issue in src/commands.c (Thanks Airblader)
This commit is contained in:
parent
7a057de969
commit
0e29101ae5
|
@ -1168,9 +1168,6 @@ void cmd_split(I3_CMD, const char *direction) {
|
|||
} else {
|
||||
tree_split(current->con, (direction[0] == 'v' ? VERT : HORIZ));
|
||||
}
|
||||
|
||||
DLOG("matching: %p / %s\n", current->con, current->con->name);
|
||||
tree_split(current->con, (direction[0] == 'v' ? VERT : HORIZ));
|
||||
}
|
||||
|
||||
cmd_output->needs_tree_render = true;
|
||||
|
|
Loading…
Reference in New Issue