Return displayHeight for property displayHeight and not displayWidth
Typo in the scripting bindings. BUG: 306225 FIXED-IN: 4.9.2
This commit is contained in:
parent
a93f71ab57
commit
b92557a0af
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ int WorkspaceWrapper::displayWidth() const
|
|||
|
||||
int WorkspaceWrapper::displayHeight() const
|
||||
{
|
||||
return KWin::displayWidth();
|
||||
return KWin::displayHeight();
|
||||
}
|
||||
|
||||
QRect WorkspaceWrapper::clientArea(ClientAreaOption option, const QPoint &p, int desktop) const
|
||||
|
|
Loading…
Reference in a new issue