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
d79ab5dc
Kaydet (Commit)
d79ab5dc
authored
Tem 08, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
DialogControlFlags::Mod1Tab is never set
Change-Id: If681e1f296934c7e20934b0e000a3288f989ed35
üst
af8c151f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
window.hxx
include/vcl/window.hxx
+2
-3
dlgctrl.cxx
vcl/source/window/dlgctrl.cxx
+1
-2
No files found.
include/vcl/window.hxx
Dosyayı görüntüle @
d79ab5dc
...
...
@@ -393,12 +393,11 @@ enum class DialogControlFlags
NONE
=
0x0000
,
Return
=
0x0001
,
WantFocus
=
0x0002
,
Mod1Tab
=
0x0004
,
FloatWinPopupModeEndCancel
=
0x0008
,
FloatWinPopupModeEndCancel
=
0x0004
,
};
namespace
o3tl
{
template
<>
struct
typed_flags
<
DialogControlFlags
>
:
is_typed_flags
<
DialogControlFlags
,
0x000
f
>
{};
template
<>
struct
typed_flags
<
DialogControlFlags
>
:
is_typed_flags
<
DialogControlFlags
,
0x000
7
>
{};
}
// EndExtTextInput() Flags
...
...
vcl/source/window/dlgctrl.cxx
Dosyayı görüntüle @
d79ab5dc
...
...
@@ -799,8 +799,7 @@ bool Window::ImplDlgCtrl( const KeyEvent& rKEvt, bool bKeyInput )
{
// Only use Ctrl-TAB if it was allowed for the whole
// dialog or for the current control (#103667#)
if
(
!
aKeyCode
.
IsMod1
()
||
(
nDlgCtrlFlags
&
DialogControlFlags
::
Mod1Tab
)
||
(
pSWindow
->
GetStyle
()
&
WB_NODIALOGCONTROL
)
)
if
(
!
aKeyCode
.
IsMod1
()
||
(
pSWindow
->
GetStyle
()
&
WB_NODIALOGCONTROL
))
{
if
(
aKeyCode
.
IsShift
()
)
{
...
...
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