Skip to content

Commit d4f62bf

Browse files
committed
Initial commit on v3.1
1 parent 129984f commit d4f62bf

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

data/meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ foreach b : blueprint_files
4545
bfs += meson.current_source_dir () / b
4646
endforeach
4747

48-
run_command ('blueprint-compiler', 'batch-compile', meson.project_build_root () / 'data/ui', meson.current_source_dir () / 'ui', bfs, check: true)
49-
5048
blueprints = custom_target ('blueprints',
5149
input: files (blueprint_files),
5250
output: '.',

src/core/graphing_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def start_plotting(self):
9999
def _plot(self, path=''):
100100
try:
101101
with self.plot_lock:
102-
steps = [6, 5, 4, 3, 1]
102+
steps = [6, 1]
103103
palette = Pebbles.get_palette(self.plot_params['darkMode'])
104104
dpi = self.plot_params['dpi']
105105
width = self.plot_params['width']

0 commit comments

Comments
 (0)