Skip to content

Commit 5e2c6b6

Browse files
committed
window management
1 parent 30634eb commit 5e2c6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/Display.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ namespace udd {
291291
return;
292292

293293
case DEGREE_270: x = tmpY;
294-
y = config.height - tmpX;
294+
y = config.height - tmpX -1;
295295
return;
296296

297297
default:

0 commit comments

Comments
 (0)