vcl/source/window/builder.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1e519ef68370c396c59321497b0415a60bd2b021 Author: Caolán McNamara <caol...@redhat.com> Date: Fri Sep 6 12:22:50 2013 +0100 Resolves: fdo#68081 why would I want a spinner that doesn't repeat surely WB_SPIN should imply repeat in the first place, *shrug* Change-Id: I1e4cb5a01d473cd0f8d907d566cd26d51a81da93 (cherry picked from commit f96771165ea145a759f1bab76cd34bb70def04f6) Reviewed-on: https://gerrit.libreoffice.org/5840 Reviewed-by: Fridrich Strba <fridr...@documentfoundation.org> Reviewed-by: Eike Rathke <er...@redhat.com> Reviewed-by: Björn Michaelsen <bjoern.michael...@canonical.com> Tested-by: Björn Michaelsen <bjoern.michael...@canonical.com> diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index fb29a2e..90663c2 100644 --- a/vcl/source/window/builder.cxx +++ b/vcl/source/window/builder.cxx @@ -1078,7 +1078,7 @@ Window *VclBuilder::makeObject(Window *pParent, const OString &name, const OStri WinBits nBits = WB_LEFT|WB_BORDER|WB_3DLOOK; if (!id.endsWith("-nospin")) - nBits |= WB_SPIN; + nBits |= WB_SPIN | WB_REPEAT; if (sPattern.isEmpty()) {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits