Paste P194

Masterwork From Distant Lands
ActivePublic

Authored by dkazakov on Apr 16 2018, 3:04 PM.
diff --git a/libs/ui/kis_painting_assistants_decoration.cpp b/libs/ui/kis_painting_assistants_decoration.cpp
index 08f827a..f3ef3e8 100644
--- a/libs/ui/kis_painting_assistants_decoration.cpp
+++ b/libs/ui/kis_painting_assistants_decoration.cpp
@@ -305,7 +305,7 @@ void KisPaintingAssistantsDecoration::setSelectedAssistant(KisPaintingAssistantS
void KisPaintingAssistantsDecoration::deselectAssistant()
{
- d->selectedAssistant = 0;
+ d->selectedAssistant.clear();
}
dkazakov edited the content of this paste. (Show Details)Apr 16 2018, 3:04 PM
dkazakov changed the title of this paste from untitled to Masterwork From Distant Lands.
dkazakov updated the paste's language from autodetect to autodetect.

ahh ok. I can clear out the reference by doing that