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
0c5320a6
Kaydet (Commit)
0c5320a6
authored
May 17, 2013
tarafından
Noel Power
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revert "fdo#63878 fix the zoom problem when the sheet are RTL"
This reverts commit
9411d4d5
.
üst
737a580a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
drawview.cxx
sc/source/ui/view/drawview.cxx
+0
-3
No files found.
sc/source/ui/view/drawview.cxx
Dosyayı görüntüle @
0c5320a6
...
...
@@ -782,9 +782,6 @@ void ScDrawView::SyncForGrid( SdrObject* pObj )
Point
aCurPos
=
pViewData
->
GetScrPos
(
aOldStt
.
Col
(),
aOldStt
.
Row
(),
eWhich
,
sal_True
);
Point
aCurPosHmm
=
pGridWin
->
PixelToLogic
(
aCurPos
,
aDrawMode
);
Point
aGridOff
=
(
aCurPosHmm
-
aOldPos
);
// fdo#63878 Fix the X position for RTL Sheet
if
(
aGridOff
.
getX
()
<
0
)
aGridOff
.
setX
(
aCurPosHmm
.
getX
()
+
aOldPos
.
getX
()
);
pObj
->
SetGridOffset
(
aGridOff
);
}
}
...
...
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