Skip to content

Commit

Permalink
Highlight fullscreen button when fullscreen is active (neuroanatomy#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
denishov committed Oct 2, 2023
1 parent 20161f6 commit e66c4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/brainbox/src/components/Tools.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
>
</ButtonsGroup>

<Button @click="toggleFullscreen()" title="Full screen">
<Button :class="{ pressed: fullscreen }" @click="toggleFullscreen()" title="Full screen">
<img class="icon" alt="Full screen" :src="icons['fullscreen.svg']" />
</Button>
<Button @click="render3D()" title="3D render">
Expand Down

0 comments on commit e66c4a8

Please sign in to comment.