X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCursor.h;h=38ddad3502c314f36410d66c76965e567d4ce467;hb=bed546d6f6aab7c32ef51d61edd120e18089da53;hp=f3acd9909fa4412cfcccb20ceb775e1840f11552;hpb=b0937fb93e1195c0fe523d269ae31412dc2c4044;p=lyx.git diff --git a/src/Cursor.h b/src/Cursor.h index f3acd9909f..38ddad3502 100644 --- a/src/Cursor.h +++ b/src/Cursor.h @@ -241,9 +241,10 @@ private: // FIXME: make them private public: - /// the current font settings + /// The current font settings. This holds the settings for output. Font current_font; - /// the current font + /// The current display font. This holds the settings of the text + /// in the workarea. Font real_current_font; };