Skip to content

Commit 545aa15

Browse files
committed
Stationary tooltip flag
1 parent 9846eb1 commit 545aa15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/gui/dsl/ImGuiBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ object ImGuiBuilder {
14441444
@ImGuiDsl
14451445
fun helpMarker(description: String, text: String = "(?)") {
14461446
textDisabled(text)
1447-
onItemHover {
1447+
onItemHover(ImGuiHoveredFlags.Stationary) {
14481448
tooltip {
14491449
withTextWrapPos(fontSize * 35f) {
14501450
textUnformatted(description)

0 commit comments

Comments
 (0)