Bugzilla – Attachment 63092 Details for
Bug 46469
: Menu displays on dual-monitor systems too far to the left
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
screen-coord-fix.patch (text/plain), 616 bytes, created by
Ruslan Kabatsayev
on 2012-06-15 16:43:28 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Ruslan Kabatsayev
Created:
2012-06-15 16:43:28 UTC
Size:
616 bytes
patch
obsolete
>diff --git a/vcl/unx/gtk/app/gtksys.cxx b/vcl/unx/gtk/app/gtksys.cxx >index 179bf58..cc921b8 100644 >--- a/vcl/unx/gtk/app/gtksys.cxx >+++ b/vcl/unx/gtk/app/gtksys.cxx >@@ -245,7 +245,7 @@ Rectangle GtkSalSystem::GetDisplayScreenPosSizePixel (unsigned int nScreen) > if (!pScreen) > return Rectangle(); > gdk_screen_get_monitor_geometry (pScreen, nMonitor, &aRect); >- return Rectangle (aRect.x, aRect.y, aRect.width, aRect.height); >+ return Rectangle (Point(aRect.x, aRect.y), Size(aRect.width, aRect.height)); > } > > Rectangle GtkSalSystem::GetDisplayScreenWorkAreaPosSizePixel (unsigned int nScreen)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 46469
:
61711
|
63023
| 63092