mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +00:00
Fix crash showing user data dialog (revert regression from dd0c296209
)
Restored the tooltip_face style as it's used in the user_data.xml popup.
This commit is contained in:
parent
da58670dd0
commit
504fb7b7f8
@ -496,6 +496,9 @@
|
||||
<style id="tooltip_window_arrow">
|
||||
<background part="tooltip_arrow" />
|
||||
</style>
|
||||
<style id="tooltip_face">
|
||||
<background color="tooltip_face" />
|
||||
</style>
|
||||
<style id="tooltip_text">
|
||||
<background color="tooltip_face" />
|
||||
<text color="tooltip_text" align="left" />
|
||||
|
Loading…
Reference in New Issue
Block a user