Bugzilla – Attachment 139837 Details for
Bug 115315
Editing: Cursor not in focus with new Calc/Writer document
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch
patch.txt (text/plain), 687 bytes, created by
Telesto
on 2018-02-12 18:54:36 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Telesto
Created:
2018-02-12 18:54:36 UTC
Size:
687 bytes
patch
obsolete
>diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx >index e8259b5bc223..f48f3c55c1ad 100644 >--- a/vcl/osx/salframe.cxx >+++ b/vcl/osx/salframe.cxx >@@ -814,13 +814,13 @@ void AquaSalFrame::ToTop(SalFrameToTop nFlags) > > if( ! (nFlags & SalFrameToTop::RestoreWhenMin) ) > { >- if( ! [mpNSWindow isVisible] || [mpNSWindow isMiniaturized] ) >+ if( [mpNSWindow isMiniaturized] ) > return; > } > if( nFlags & SalFrameToTop::GrabFocus ) >- [mpNSWindow makeKeyAndOrderFront: NSApp]; >+ ; > else >- [mpNSWindow orderFront: NSApp]; >+ [mpNSWindow makeKeyAndOrderFront: NSApp]; > } > > NSCursor* AquaSalFrame::getCurrentCursor()
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 115315
:
139475
|
139762
| 139837