From 3f0f04abec4ef1d12c670bca866db76a5a7d4d6a Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 30 Apr 2024 14:21:32 -0400 Subject: simulator fixes (#2844) * fix slide and control panel rendering bugs * clear marker lists when clearing stitch plan * switch simulator back to wx * remove unused function * fix off-by-one error in color bar * avoid overlapping command symbols of different types * don't maximize simulator * adjust alignment * remove unused API server * bugfix * focus entire simulator panel * rename simulator/realistic preview -> simulator * experimental: background color picker * set pagecolor to background color by default * satisfy macos * toggle jumps on drawing canvas * clear frog family --------- Co-authored-by: Kaalleen --- lib/api/simulator.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 lib/api/simulator.py (limited to 'lib/api/simulator.py') diff --git a/lib/api/simulator.py b/lib/api/simulator.py deleted file mode 100644 index 26c0246c..00000000 --- a/lib/api/simulator.py +++ /dev/null @@ -1,8 +0,0 @@ -# Authors: see git history -# -# Copyright (c) 2010 Authors -# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. - -from flask import Blueprint - -simulator = Blueprint('simulator', __name__) -- cgit v1.2.3