Skip to content

Commit

Permalink
Attempted fix of build failure on CentOS7 with old python
Browse files Browse the repository at this point in the history
Signed-off-by: Andras Timar <[email protected]>
Change-Id: I631f25f8cfe961957967b696c62481dc723427e8
  • Loading branch information
timar committed Mar 4, 2021
1 parent 9c491ba commit b86dd95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loleaflet/src/control/Control.NotebookbarDraw.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,11 @@ L.Control.NotebookbarDraw = L.Control.NotebookbarImpress.extend({
'children': [
{
'type': 'metricfield',
'text': '0.00',
'text': '0.00"',
'children': [
{
'type': 'edit',
'text': '0.00',
'text': '0.00"',
}
],
'min': '0',
Expand Down

0 comments on commit b86dd95

Please sign in to comment.