mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Make initial scaling a float; prevent divide by zero
This commit is contained in:
parent
50066161b0
commit
ae2638b238
5 changed files with 8 additions and 5 deletions
|
|
@ -144,7 +144,7 @@ struct rcxml {
|
|||
/* Magnifier */
|
||||
int mag_width;
|
||||
int mag_height;
|
||||
int mag_scale;
|
||||
float mag_scale;
|
||||
float mag_increment;
|
||||
bool mag_filter;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue