mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-linux] fix bug 64520
This commit is contained in:
@ -68,7 +68,7 @@ using namespace NSNetwork::NSFileTransport;
|
|||||||
auto prepare_editor_css(AscEditorType type, const CTheme& theme) -> QString {
|
auto prepare_editor_css(AscEditorType type, const CTheme& theme) -> QString {
|
||||||
std::wstring c;
|
std::wstring c;
|
||||||
switch (type) {
|
switch (type) {
|
||||||
default: c = theme.value(CTheme::ColorRole::ecrTabWordActive); break;
|
default: c = theme.value(CTheme::ColorRole::ecrWindowBackground); break;
|
||||||
case AscEditorType::etDocument: c = theme.value(CTheme::ColorRole::ecrTabWordActive); break;
|
case AscEditorType::etDocument: c = theme.value(CTheme::ColorRole::ecrTabWordActive); break;
|
||||||
case AscEditorType::etPresentation: c = theme.value(CTheme::ColorRole::ecrTabSlideActive); break;
|
case AscEditorType::etPresentation: c = theme.value(CTheme::ColorRole::ecrTabSlideActive); break;
|
||||||
case AscEditorType::etSpreadsheet: c = theme.value(CTheme::ColorRole::ecrTabCellActive); break;
|
case AscEditorType::etSpreadsheet: c = theme.value(CTheme::ColorRole::ecrTabCellActive); break;
|
||||||
|
|||||||
Reference in New Issue
Block a user