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
acc26431
Kaydet (Commit)
acc26431
authored
Mar 27, 2002
tarafından
Stephan Schäfer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#96979# avoid close on focus change for decorated floating windows
üst
73c353d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
floatwin.cxx
vcl/source/window/floatwin.cxx
+6
-2
No files found.
vcl/source/window/floatwin.cxx
Dosyayı görüntüle @
acc26431
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: floatwin.cxx,v $
* $RCSfile: floatwin.cxx,v $
*
*
* $Revision: 1.1
1
$
* $Revision: 1.1
2
$
*
*
* last change: $Author:
pl $ $Date: 2002-03-19 17:09:34
$
* last change: $Author:
ssa $ $Date: 2002-03-27 15:31:08
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -600,6 +600,10 @@ void FloatingWindow::StartPopupMode( const Rectangle& rRect, ULONG nFlags )
...
@@ -600,6 +600,10 @@ void FloatingWindow::StartPopupMode( const Rectangle& rRect, ULONG nFlags )
else
else
SetTitleType
(
FLOATWIN_TITLE_NONE
);
SetTitleType
(
FLOATWIN_TITLE_NONE
);
// avoid close on focus change for decorated floating windows
if
(
mbFrame
&&
(
GetStyle
()
&
WB_MOVEABLE
)
)
nFlags
|=
FLOATWIN_POPUPMODE_NOAPPFOCUSCLOSE
;
// Fenster-Position ermitteln und setzen
// Fenster-Position ermitteln und setzen
USHORT
nArrangeIndex
;
USHORT
nArrangeIndex
;
SetPosPixel
(
ImplCalcPos
(
this
,
rRect
,
nFlags
,
nArrangeIndex
)
);
SetPosPixel
(
ImplCalcPos
(
this
,
rRect
,
nFlags
,
nArrangeIndex
)
);
...
...
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