Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
66d40a1f
Kaydet (Commit)
66d40a1f
authored
Haz 13, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:staticcall
Change-Id: Id5c17212031b6710f38413c833c0df2b33f42475
üst
448c6283
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
salmenu.cxx
vcl/osx/salmenu.cxx
+1
-1
vclnsapp.mm
vcl/osx/vclnsapp.mm
+1
-1
No files found.
vcl/osx/salmenu.cxx
Dosyayı görüntüle @
66d40a1f
...
...
@@ -365,7 +365,7 @@ bool AquaSalMenu::ShowNativePopupMenu(FloatingWindow * pWin, const Rectangle& rR
// do the same strange semantics as vcl popup windows to arrive at a frame geometry
// in mirrored UI case; best done by actually executing the same code
sal_uInt16
nArrangeIndex
;
pWin
->
SetPosPixel
(
pWin
->
ImplCalcPos
(
pWin
,
rRect
,
nFlags
,
nArrangeIndex
)
);
pWin
->
SetPosPixel
(
FloatingWindow
::
ImplCalcPos
(
pWin
,
rRect
,
nFlags
,
nArrangeIndex
)
);
displayPopupFrame
.
origin
.
x
=
pWin
->
ImplGetFrame
()
->
maGeometry
.
nX
-
pParentAquaSalFrame
->
maGeometry
.
nX
+
offset
;
displayPopupFrame
.
origin
.
y
=
pWin
->
ImplGetFrame
()
->
maGeometry
.
nY
-
pParentAquaSalFrame
->
maGeometry
.
nY
+
offset
;
pParentAquaSalFrame
->
VCLToCocoa
(
displayPopupFrame
,
false
);
...
...
vcl/osx/vclnsapp.mm
Dosyayı görüntüle @
66d40a1f
...
...
@@ -79,7 +79,7 @@
{
NSEventType eType = [pEvent type];
if( eType == NSApplicationDefined )
GetSalData()->mpFirstInstance->
handleAppDefinedEvent( pEvent );
AquaSalInstance::
handleAppDefinedEvent( pEvent );
else if( eType == NSKeyDown && ([pEvent modifierFlags] & NSCommandKeyMask) != 0 )
{
NSWindow* pKeyWin = [NSApp keyWindow];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment