Skip to content

Commit

Permalink
Make floating window title text unclickable
Browse files Browse the repository at this point in the history
Closes: #620
  • Loading branch information
AntumDeluge committed Mar 2, 2024
1 parent 3906f39 commit 55a8d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Changelog
- added autocomplete support
- fixed positioning of door sprites (-2_orril_lich_palace 84 108)
- optional click/touch indicator
- fixed difficult to move small floating windows

*desktop client (non-Java)*
- experimental desktop interface for the web client using Neutralinojs
Expand Down
2 changes: 1 addition & 1 deletion srcjs/stendhal.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<div class="windowdiv">
<div class='windowtitlebar background'>
<button class="windowtitleclose">X</button>
<span class="windowtitle"></span>
<span class="windowtitle unclickable"></span>
</div>
<div class="windowcontent"></div>
</div>
Expand Down

0 comments on commit 55a8d0c

Please sign in to comment.