mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +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 {
|
||||
std::wstring c;
|
||||
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::etPresentation: c = theme.value(CTheme::ColorRole::ecrTabSlideActive); break;
|
||||
case AscEditorType::etSpreadsheet: c = theme.value(CTheme::ColorRole::ecrTabCellActive); break;
|
||||
|
||||
Reference in New Issue
Block a user