mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Possibly fix EDU-682 Multihints are not saved
This commit is contained in:
+3
@@ -92,6 +92,9 @@ public class CCCreateAnswerPlaceholderPanel extends JPanel {
|
||||
if (myShownHintNumber == 0 && hintText.equals(ourDefaultHintText)) {
|
||||
myHints.set(myShownHintNumber, "");
|
||||
}
|
||||
else {
|
||||
myHints.set(myShownHintNumber, hintText);
|
||||
}
|
||||
|
||||
return myHints;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user