mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Add dialog to select original graph or autosaved graph.
Refactor graph styles holding objects. Small style fixes.
This commit is contained in:
@@ -55,7 +55,7 @@ SetupBackgroundStyle.prototype.show = function()
|
||||
var dialogButtons = {};
|
||||
var graph = this.app.graph;
|
||||
var app = this.app;
|
||||
var style = FullObjectCopy(app.backgroundCommonStyle);
|
||||
var style = FullObjectCopy(app.style.backgroundCommonStyle);
|
||||
|
||||
var fillFields = function()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user