mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix Lua Pangolayout ellipsis width
This commit is contained in:
parent
7b733eb3f0
commit
7aaf212a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ class PangoLayout {
|
|||
* @param width The desired width in Pango units, or -1 to indicate that no
|
||||
* wrapping or ellipsization should be performed.
|
||||
*/
|
||||
void set_width (int width) {
|
||||
void set_width (float width) {
|
||||
_layout->set_width (width * PANGO_SCALE);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue