[Libreoffice-commits] online.git: loleaflet/src

Szymon Kłos (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 31 18:05:50 UTC 2019


 loleaflet/src/control/Control.JSDialogBuilder.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ccbcbde84f42c2deaec11ddd474ed1ae3cc34d0b
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu Oct 31 19:05:09 2019 +0100
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Oct 31 19:05:18 2019 +0100

    jsdialogs: handle .uno:CharBackColor
    
    Change-Id: I9946809ec48924c7f455da7b65c44ecb7836717b

diff --git a/loleaflet/src/control/Control.JSDialogBuilder.js b/loleaflet/src/control/Control.JSDialogBuilder.js
index 70d556fbb..faf545240 100644
--- a/loleaflet/src/control/Control.JSDialogBuilder.js
+++ b/loleaflet/src/control/Control.JSDialogBuilder.js
@@ -65,6 +65,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
 		this._toolitemHandlers['.uno:SelectWidth'] = this._lineWidthControl;
 		this._toolitemHandlers['.uno:FontColor'] = this._colorControl;
 		this._toolitemHandlers['.uno:BackColor'] = this._colorControl;
+		this._toolitemHandlers['.uno:CharBackColor'] = this._colorControl;
 		this._toolitemHandlers['.uno:BackgroundColor'] = this._colorControl;
 		this._toolitemHandlers['.uno:FrameLineColor'] = this._colorControl;
 		this._toolitemHandlers['.uno:Color'] = this._colorControl;


More information about the Libreoffice-commits mailing list