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
fef9bf4e
Kaydet (Commit)
fef9bf4e
authored
Eki 09, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: fdo#82270 Grabbing focus can invalidate the entries
Change-Id: Ie9b4f936cebdcf2a37e66abef456c6b0c0e26201
üst
ffc06f9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
svimpbox.cxx
svtools/source/contnr/svimpbox.cxx
+2
-0
No files found.
svtools/source/contnr/svimpbox.cxx
Dosyayı görüntüle @
fef9bf4e
...
@@ -2049,6 +2049,8 @@ void SvImpLBox::MouseButtonDown( const MouseEvent& rMEvt )
...
@@ -2049,6 +2049,8 @@ void SvImpLBox::MouseButtonDown( const MouseEvent& rMEvt )
nCurTabPos
=
FIRST_ENTRY_TAB
;
nCurTabPos
=
FIRST_ENTRY_TAB
;
nFlags
&=
(
~
F_FILLING
);
nFlags
&=
(
~
F_FILLING
);
pView
->
GrabFocus
();
pView
->
GrabFocus
();
//fdo#82270 Grabbing focus can invalidate the entries, re-fetch
pEntry
=
GetEntry
(
aPos
);
// the entry can still be invalid!
// the entry can still be invalid!
if
(
!
pEntry
||
!
pView
->
GetViewData
(
pEntry
))
if
(
!
pEntry
||
!
pView
->
GetViewData
(
pEntry
))
return
;
return
;
...
...
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