Skip to content

Commit 35cd6ba

Browse files
Update src/qt/rpcconsole.cpp
Co-authored-by: Hennadii Stepanov <[email protected]>
1 parent 9e6775d commit 35cd6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/rpcconsole.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ void RPCConsole::clear(bool keep_prompt)
866866
}
867867

868868
// Set default style sheet
869-
#ifdef __APPLE__
869+
#ifdef Q_OS_MAC
870870
QFontInfo fixedFontInfo(GUIUtil::fixedPitchFont(/*use_embedded_font=*/true));
871871
#else
872872
QFontInfo fixedFontInfo(GUIUtil::fixedPitchFont());

0 commit comments

Comments
 (0)