mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Correction de la gestion de la couleur marron Liseuse / Brown color processing in Reader (#251)
* Ajout de \binom pour afficher les coefficients binomiaux * Correction in reader Brown color processing
This commit is contained in:
@@ -668,7 +668,7 @@ bool WordWrapTextView::updateTextColorForward(const char * colorStart) const {
|
||||
m_textColor = Palette::Brown;
|
||||
keySize = 2;
|
||||
}
|
||||
if (*(colorStart+2) == 'l') {
|
||||
else if (*(colorStart+2) == 'l') {
|
||||
m_textColor = Palette::BlueLight;
|
||||
keySize = 2;
|
||||
}
|
||||
@@ -744,7 +744,7 @@ bool WordWrapTextView::updateTextColorBackward(const char * colorStart) const {
|
||||
m_textColor = Palette::Brown;
|
||||
keySize = 2;
|
||||
}
|
||||
if (*(colorStart+2) == 'l') {
|
||||
else if (*(colorStart+2) == 'l') {
|
||||
m_textColor = Palette::BlueLight;
|
||||
keySize = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user