Skip to content

Commit

Permalink
Remove problem during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino committed Oct 22, 2024
1 parent 9541fd9 commit 6b411b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions share/lib/nrn.defaults.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
*xvalue_field_size_increase: 10.

// following is historical standard for unix.
@nrndef_unix@*font: *fixed-medium-r-normal*--14*
@nrndef_unix@*MenuBar*font: *-fixed-bold-o-normal--14*
@nrndef_unix@*MenuItem*font: *-fixed-bold-o-normal--14*
@nrndef_unix@*font: *helvetica-medium-r-normal*--14*
@nrndef_unix@*MenuBar*font: *-helvetica-bold-o-normal--14*
@nrndef_unix@*MenuItem*font: *-helvetica-bold-o-normal--14*
// Mac and mswin internal default is
@nrndef_mac@*font: *fixed-medium-r-normal*--14*
@nrndef_mac@*MenuBar*font: *-fixed-bold-o-normal--14*
@nrndef_mac@*MenuItem*font: *-fixed-bold-o-normal--14*
@nrndef_mac@*font: *helvetica-medium-r-normal*--14*
@nrndef_mac@*MenuBar*font: *-helvetica-bold-o-normal--14*
@nrndef_mac@*MenuItem*font: *-helvetica-bold-o-normal--14*
@nrndef_mswin@*font: *Arial*bold*--12*
//*MenuBar*font: *Arial*bold*--12*
//*MenuItem*font: *Arial*bold*--12*
Expand Down
2 changes: 1 addition & 1 deletion src/ivoc/idraw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ void OcIdraw::text(Canvas*,
out << font->name() << font->size() << "SetF\n";
} else {
out << "\
%I f -*-fixed-medium-r-normal-*-12-*-*-*-*-*-*-*\n\
%I f -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*\n\
Helvetica 12 SetF\n\
";
};
Expand Down
2 changes: 0 additions & 2 deletions src/nrnoc/treeset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@

#include <fmt/format.h>

extern spREAL* spGetElement(char*, int, int);

int nrn_shape_changed_; /* for notifying Shape class in nrniv */
double* nrn_mech_wtime_;

Expand Down

0 comments on commit 6b411b6

Please sign in to comment.