Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
4241d37c
Commit
4241d37c
authored
Mar 22, 2019
by
Ujjwal Kumar
Committed by
Evan W. Patton
Mar 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix palette not showing when removing screen from blocks editor
parent
f262dc62
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
appinventor/appengine/src/com/google/appinventor/client/editor/ProjectEditor.java
...c/com/google/appinventor/client/editor/ProjectEditor.java
+1
-0
No files found.
appinventor/appengine/src/com/google/appinventor/client/editor/ProjectEditor.java
View file @
4241d37c
...
...
@@ -204,6 +204,7 @@ public abstract class ProjectEditor extends Composite {
fileIds
.
remove
(
index
);
deckPanel
.
remove
(
fileEditor
);
if
(
selectedFileEditor
==
fileEditor
)
{
selectedFileEditor
.
onHide
();
selectedFileEditor
=
null
;
}
fileEditor
.
onClose
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment