projects
/
idea
/
community.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
EDU-596 Remove show hint checkbox in Add/Edit Answer Placeholder dialog
[idea/community.git]
/
python
/
educational-core
/
course-creator
/
src
/
com
/
jetbrains
/
edu
/
coursecreator
/
ui
/
CCCreateAnswerPlaceholderDialog.java
diff --git
a/python/educational-core/course-creator/src/com/jetbrains/edu/coursecreator/ui/CCCreateAnswerPlaceholderDialog.java
b/python/educational-core/course-creator/src/com/jetbrains/edu/coursecreator/ui/CCCreateAnswerPlaceholderDialog.java
index 5f984acf1d95b40fc0308e99912dcf95a62cdf39..5afc27cae206cd2f933e38e7fa6655538418e2d0 100644
(file)
--- a/
python/educational-core/course-creator/src/com/jetbrains/edu/coursecreator/ui/CCCreateAnswerPlaceholderDialog.java
+++ b/
python/educational-core/course-creator/src/com/jetbrains/edu/coursecreator/ui/CCCreateAnswerPlaceholderDialog.java
@@
-43,7
+43,6
@@
public class CCCreateAnswerPlaceholderDialog extends DialogWrapper {
private void setHintText(AnswerPlaceholder answerPlaceholder) {
String hintText = answerPlaceholder.getHint();
- myPanel.doClick();
myPanel.setHintText(hintText);
}