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
f89b55a7
Commit
f89b55a7
authored
Aug 30, 2023
by
SusanRatiLane
Committed by
Jeffrey Schiller
Aug 31, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make AssetBox always visible
parent
a14551e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
appinventor/appengine/src/com/google/appinventor/client/editor/youngandroid/YaFormEditor.java
.../appinventor/client/editor/youngandroid/YaFormEditor.java
+0
-4
No files found.
appinventor/appengine/src/com/google/appinventor/client/editor/youngandroid/YaFormEditor.java
View file @
f89b55a7
...
...
@@ -852,10 +852,6 @@ public final class YaFormEditor extends SimpleEditor implements FormChangeListen
sourceStructureExplorer
.
clearTree
();
SourceStructureBox
.
getSourceStructureBox
().
setVisible
(
false
);
// Hide the assets box.
AssetListBox
assetListBox
=
AssetListBox
.
getAssetListBox
();
assetListBox
.
setVisible
(
false
);
Ode
.
getInstance
().
hideComponentDesigner
();
}
...
...
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