Skip to content

Commit 8423ed7

Browse files
committed
window management
1 parent 814cfd1 commit 8423ed7

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
@@ -290,7 +290,7 @@ namespace udd {
290290
y = config.height - tmpY - 1;
291291
return;
292292

293-
case DEGREE_270: x = tmpY;
293+
case DEGREE_270: x = config.width - tmpY - 1;
294294
y = config.height - tmpX - 1;
295295
return;
296296

0 commit comments

Comments
 (0)