mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 21:05:22 +01:00
dimensions scale
This commit is contained in:
parent
bf8a9bc806
commit
ea05603f99
1 changed files with 3 additions and 0 deletions
|
|
@ -110,6 +110,9 @@ function start() {
|
|||
dimScale.input.on('t-change', function() {
|
||||
app.viewer.dimScale = $(this).val();
|
||||
});
|
||||
app.viewer.bus.subscribe('dimScale', function(value) {
|
||||
dimScale.input.val(value);
|
||||
});
|
||||
}
|
||||
window.___log = function(log) {
|
||||
$('#log').append( " *****************<br><br><br><br>");
|
||||
|
|
|
|||
Loading…
Reference in a new issue