summaryrefslogtreecommitdiffstats
path: root/reportdesign
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-06-22 14:49:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-06-22 22:14:10 +0200
commit565f5d40c83ca30fcd2f28359e0f1df0b4cbb9fe (patch)
tree753893561dd25380645e76adb086077e0933ae57 /reportdesign
parentuse Application::GetFrameWeld to tunnel weld::Window through XWindow (diff)
downloadcore-565f5d40c83ca30fcd2f28359e0f1df0b4cbb9fe.tar.gz
core-565f5d40c83ca30fcd2f28359e0f1df0b4cbb9fe.zip
Resolves: tdf#118251 decide what parent colorpicker should have...
depending on if launched from a listbox within a dialog, or from a (potentially) ephemeral toolbar Change-Id: I5d3b5cc6dd501490b99b46250e2729fb8bc2a2e2 Reviewed-on: https://gerrit.libreoffice.org/56301 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/dlg/Condition.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/reportdesign/source/ui/dlg/Condition.cxx b/reportdesign/source/ui/dlg/Condition.cxx
index 5a934f9bd0fa..8d4e76ba23b2 100644
--- a/reportdesign/source/ui/dlg/Condition.cxx
+++ b/reportdesign/source/ui/dlg/Condition.cxx
@@ -231,6 +231,7 @@ IMPL_LINK(Condition, DropdownClick, ToolBox*, pToolBox, void)
nSlotId,
nullptr,
pToolBox,
+ false,
m_aColorWrapper);
m_pColorFloat->EnableDocking();