Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NomadGUI
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Instrument Control
NomadGUI
Commits
cf352f29
Commit
cf352f29
authored
4 years ago
by
helene ortiz
Browse files
Options
Downloads
Patches
Plain Diff
When synchronizing view state of launchpad (among box view or text
view), also synchronize swithview button icon.
parent
c4fab267
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+1
-1
1 addition, 1 deletion
ChangeLog
src/main/java/fr/ill/ics/client/control/command/ServerCommandWorkspace.java
+2
-0
2 additions, 0 deletions
...ll/ics/client/control/command/ServerCommandWorkspace.java
with
3 additions
and
1 deletion
ChangeLog
+
1
−
1
View file @
cf352f29
...
...
@@ -3,7 +3,7 @@
* Improvement: When "view logs" menu displays the message "you must log in to view logs!", automatically opens the login popup.
* Add 2 preference values to restore main window x and y.
* Fix bug: PAL and XBU files were not read properly.
* Fix bug: when synchronizing view state of launchpad (among box view or text view), also synchronize swithview button icon.
4.0.60 26/08/2020
------
...
...
This diff is collapsed.
Click to expand it.
src/main/java/fr/ill/ics/client/control/command/ServerCommandWorkspace.java
+
2
−
0
View file @
cf352f29
...
...
@@ -99,6 +99,8 @@ public class ServerCommandWorkspace extends CommandWorkspace {
textCommandZone
.
eraseContent
();
viewState
.
switchView
();
MainWindow
.
getInstance
().
getCommandsSelectionPlugin
().
onSwitchView
();
// Switch view button must be updated according to current view state
MainWindowPeer
.
getInstance
().
getCommandBar
().
refreshSwitchViewButton
();
// "Save" only available in box view mode
MainWindowPeer
.
getInstance
().
enableMenuItem
(
"menu.command.saveEditor"
,
!
isInTextMode
());
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment