]> granicus.if.org Git - graphviz/commit
smyrna btnToolZoomFit_clicked: rephrase unorthodox ternaries
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 22 Jul 2022 01:24:25 +0000 (18:24 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 27 Jul 2022 14:27:00 +0000 (07:27 -0700)
commit08cb5c6b15bf7040ac9ac307b761fdad70cc82dd
treea635d8e99d4ded651b85557e0edd0aaf61b81e39
parent406e3c2ab2c0a8924b8770f1b767fcf2594bc873
smyrna btnToolZoomFit_clicked: rephrase unorthodox ternaries

This function was using assignments on the right hand sides of ternary
expressions. This is technically allowed, but leads to very hard to read code.
cmd/smyrna/gui/toolboxcallbacks.c