mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
First work on creating a icon color mode.
This commit is contained in:
@@ -67,7 +67,7 @@ SeerGdbMonitorWidget::SeerGdbMonitorWidget (QWidget* parent) : QWidget(parent) {
|
||||
#endif
|
||||
|
||||
// Colorize icons for theme.
|
||||
Seer::colorizeAllIcons(this);
|
||||
Seer::colorizeAllIcons(this, Seer::iconColorMode());
|
||||
|
||||
// Restore window settings.
|
||||
readSettings();
|
||||
@@ -196,7 +196,7 @@ void SeerGdbMonitorWidget::handleMacroToolButtonClicked (QAbstractButton* button
|
||||
void SeerGdbMonitorWidget::handleThemeChanged () {
|
||||
|
||||
// Colorize icons for theme.
|
||||
Seer::colorizeAllIcons(this);
|
||||
Seer::colorizeAllIcons(this, Seer::iconColorMode());
|
||||
}
|
||||
|
||||
void SeerGdbMonitorWidget::writeSettings() {
|
||||
|
||||
Reference in New Issue
Block a user