[PATCH 6/9] Highlight the preset name LineEdit field after saving a preset.
Silvio Heinrich
plassy at web.de
Tue Dec 28 17:52:51 CET 2010
---
krita/ui/kis_paintop_box.cc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/krita/ui/kis_paintop_box.cc b/krita/ui/kis_paintop_box.cc
index 4e60f69..90cfc8c 100644
--- a/krita/ui/kis_paintop_box.cc
+++ b/krita/ui/kis_paintop_box.cc
@@ -439,6 +439,8 @@ void KisPaintopBox::slotSaveActivePreset()
newPreset->setFilename(fileInfo.filePath());
newPreset->setName(name);
+ m_presetsPopup->changeSavePresetButtonText(true);
+
rServer->addResource(newPreset);
}
--
1.7.1
More information about the kimageshop
mailing list