You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(export): fix source combo item selection and buffer content in read mode
Replace Qt::UserRole-1 (Qt::StandardItemFlagsRole) with proper
QStandardItem::setEnabled() for disabling unavailable export sources.
The previous approach accidentally overwrote item flags, making all
source combo items unselectable.
Also fix getLatestContent() in MarkdownViewWindow2 and TextViewWindow2
to fall back to Buffer2::getContentRaw() when the editor widget is null
(read/preview mode), so the 'Current Buffer' export source is available
regardless of view mode.
Add explicit text color to QComboBox popup items across all theme QSS
files to prevent grey fallback when inside QGroupBox.
0 commit comments