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
1ca05e1a
Kaydet (Commit)
1ca05e1a
authored
Haz 29, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
can't make the gtk3 dialogs modal for some reason, workaround the auto-popdown
Change-Id: I280408bae5d9c15c6bbc7da5f3e4ec8dd20757e8
üst
ef575c9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
SalGtkPicker.cxx
vcl/unx/gtk/fpicker/SalGtkPicker.cxx
+4
-0
No files found.
vcl/unx/gtk/fpicker/SalGtkPicker.cxx
Dosyayı görüntüle @
1ca05e1a
...
@@ -135,8 +135,12 @@ RunDialog::~RunDialog()
...
@@ -135,8 +135,12 @@ RunDialog::~RunDialog()
void
SAL_CALL
RunDialog
::
windowOpened
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
)
void
SAL_CALL
RunDialog
::
windowOpened
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
#if !GTK_CHECK_VERSION(3,0,0)
SolarMutexGuard
g
;
SolarMutexGuard
g
;
g_timeout_add_full
(
G_PRIORITY_HIGH_IDLE
,
0
,
reinterpret_cast
<
GSourceFunc
>
(
canceldialog
),
this
,
NULL
);
g_timeout_add_full
(
G_PRIORITY_HIGH_IDLE
,
0
,
reinterpret_cast
<
GSourceFunc
>
(
canceldialog
),
this
,
NULL
);
#else
SAL_WARN
(
"vcl"
,
"ignoring windowOpened, because gtk3 dialog is probably not modal as expected and a tooltip was triggered"
);
#endif
}
}
void
SAL_CALL
RunDialog
::
queryTermination
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
)
void
SAL_CALL
RunDialog
::
queryTermination
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
)
...
...
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