Fix serveral recent new clang-format errors
This commit is contained in:
parent
eedb39091a
commit
5e18967d77
11 changed files with 35 additions and 54 deletions
|
|
@ -1250,7 +1250,7 @@ void Control::_size_changed() {
|
|||
}
|
||||
|
||||
if (get_viewport()->is_snap_controls_to_pixels_enabled()) {
|
||||
new_size_cache =new_size_cache.floor();
|
||||
new_size_cache = new_size_cache.floor();
|
||||
new_pos_cache = new_pos_cache.floor();
|
||||
}
|
||||
bool pos_changed = new_pos_cache != data.pos_cache;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue