diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-14 12:01:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-14 22:06:05 +0200 |
commit | 2d616d49a0108d06fb972442e15589db9da1681d (patch) | |
tree | e241c9f7d708948a7673127c8a0b15824e34ed19 /include | |
parent | a1555567bf564c4b3cca2dd54b768be9460dec2f (diff) |
gtk4: clear parent widget can-focus of False if child has can-focus of true
Change-Id: I44e069f65ca52897f1ca97ab77644cda1a6cea2d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115604
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/builder.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx index 153d52887d7a..8c276e40e32a 100644 --- a/include/vcl/builder.hxx +++ b/include/vcl/builder.hxx @@ -442,7 +442,7 @@ inline T* VclBuilder::get(const OString& sID) /* * @return true if rValue is "True", "true", "1", etc. */ -bool toBool(std::u16string_view rValue); +VCL_DLLPUBLIC bool toBool(std::u16string_view rValue); #endif |