mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
GuiCharacter: INHERIT is OFF for the tristate buttons.
(cherry picked from commit 1b6ce0e827
)
This commit is contained in:
parent
0dcf78a4ad
commit
262b0dcca4
@ -363,12 +363,12 @@ FontState getStrike(FontInfo const & fi)
|
||||
Qt::CheckState getMarkupState(lyx::FontState fs)
|
||||
{
|
||||
switch (fs) {
|
||||
case FONT_INHERIT:
|
||||
case FONT_OFF:
|
||||
return Qt::Unchecked;
|
||||
case FONT_ON:
|
||||
return Qt::Checked;
|
||||
case FONT_TOGGLE:
|
||||
case FONT_INHERIT:
|
||||
case FONT_IGNORE:
|
||||
default:
|
||||
return Qt::PartiallyChecked;
|
||||
|
@ -67,6 +67,8 @@ What's new
|
||||
|
||||
- Fix undo in some cases involving nesting (bug 11292).
|
||||
|
||||
- Fix some display problems in the Text Properties dialog (bug 11385).
|
||||
|
||||
|
||||
* INTERNALS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user