Skip to content

Commit 5a4aec1

Browse files
committed
Removed axis settings and model runs from view menu, set MacOS switch by
default to false
1 parent c859f65 commit 5a4aec1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

plotwindow.ui

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,6 @@
364364
<string>View</string>
365365
</property>
366366
<addaction name="view_advancedplotsettings"/>
367-
<addaction name="view_axissettings"/>
368-
<addaction name="view_modelruns"/>
369367
</widget>
370368
<addaction name="file_menu"/>
371369
<addaction name="view_menu"/>

subplot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ void plotarea::paintEvent(QPaintEvent * /* event */)
298298
paint.begin(this);
299299
QFont font;
300300
// HACK BVS
301-
MacOS = true;
301+
MacOS = false;
302302
if(MacOS)
303303
font.setPointSize(12);
304304
else

0 commit comments

Comments
 (0)